{
  "issuer": "https://mcp.edgars.tools",
  "authorization_endpoint": "https://mcp.edgars.tools/authorize",
  "token_endpoint": "https://mcp.edgars.tools/token",
  "registration_endpoint": "https://mcp.edgars.tools/register",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"]
}
