We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d77e commit cb929eaCopy full SHA for cb929ea
src/mcp/server/auth/handlers/register.py
@@ -81,8 +81,9 @@ async def handle(self, request: Request) -> Response:
81
content=RegistrationErrorResponse(
82
error="invalid_client_metadata",
83
error_description=(
84
- "grant_types must include authorization_code and refresh_token, "
85
- "client_credentials, token_exchange, or client_credentials and token_exchange"
+ "grant_types must be authorization_code and refresh_token "
+ "or client_credentials or token exchange or "
86
+ "client_credentials and token_exchange"
87
),
88
89
status_code=400,
0 commit comments