{
  "issuer": "https://bibigpt.co",
  "authorization_endpoint": "https://bibigpt.co/api/auth/authorize",
  "token_endpoint": "https://bibigpt.co/api/auth/token",
  "registration_endpoint": "https://bibigpt.co/api/auth/register",
  "code_challenge_methods_supported": ["S256"],
  "scopes_supported": ["read"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
  "resource": "https://bibigpt.co/api/mcp",
  "mcp_server_url": "https://bibigpt.co/api/mcp",
  "mcp_discovery_url": "https://bibigpt.co/.well-known/mcp.json"
}
