{"issuer": "http://localhost:8000/o", "authorization_endpoint": "http://localhost:8000/o/authorize/", "token_endpoint": "http://localhost:8000/o/token/", "registration_endpoint": "http://localhost:8000/o/register/", "jwks_uri": "http://localhost:8000/o/.well-known/jwks.json", "revocation_endpoint": "http://localhost:8000/o/revoke_token/", "introspection_endpoint": "http://localhost:8000/o/introspect/", "userinfo_endpoint": "http://localhost:8000/o/userinfo/", "response_types_supported": ["code"], "grant_types_supported": ["authorization_code", "refresh_token"], "code_challenge_methods_supported": ["S256"], "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "none"], "scopes_supported": ["openid", "mcp:read", "mcp:write"], "id_token_signing_alg_values_supported": ["RS256"], "subject_types_supported": ["public"]}