Skip to content

Commit eeeaeb3

Browse files
committed
feat(cimd): Add support for CIMD in server
1 parent a9cc822 commit eeeaeb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/mcp/server/auth/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def build_metadata(
173173
op_tos_uri=None,
174174
introspection_endpoint=None,
175175
code_challenge_methods_supported=["S256"],
176+
client_id_metadata_document_supported=True,
176177
)
177178

178179
# Add registration endpoint if supported

tests/client/test_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@ def test_build_metadata(
13591359
"revocation_endpoint": Is(revocation_endpoint),
13601360
"revocation_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
13611361
"code_challenge_methods_supported": ["S256"],
1362+
"client_id_metadata_document_supported": True,
13621363
}
13631364
)
13641365

0 commit comments

Comments
 (0)