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 a9cc822 commit eeeaeb3Copy full SHA for eeeaeb3
src/mcp/server/auth/routes.py
@@ -173,6 +173,7 @@ def build_metadata(
173
op_tos_uri=None,
174
introspection_endpoint=None,
175
code_challenge_methods_supported=["S256"],
176
+ client_id_metadata_document_supported=True,
177
)
178
179
# Add registration endpoint if supported
tests/client/test_auth.py
@@ -1359,6 +1359,7 @@ def test_build_metadata(
1359
"revocation_endpoint": Is(revocation_endpoint),
1360
"revocation_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
1361
"code_challenge_methods_supported": ["S256"],
1362
+ "client_id_metadata_document_supported": True,
1363
}
1364
1365
0 commit comments