{
  "issuer": "https://git-mcp.self.agency",
  "authorization_endpoint": "https://git-mcp.self.agency/oauth/authorize",
  "token_endpoint": "https://git-mcp.self.agency/oauth/token",
  "jwks_uri": "https://git-mcp.self.agency/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "response_types_supported": [
    "code"
  ]
}
