{
  "issuer": "https://app.escape.tech",
  "authorization_endpoint": "https://app.escape.tech/oauth/mcp/authorize",
  "registration_endpoint": "https://api.escape.tech/oauth/mcp/register",
  "token_endpoint": "https://mcp.escape.tech/oauth/mcp/token",
  "jwks_uri": "https://mcp.escape.tech/oauth/mcp/jwks",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none"],
  "scopes_supported": ["mcp"]
}
