Skip to content

Commit 8d139d7

Browse files
committed
Add CIMD client_metadata_url to conformance client
The conformance client now passes a client_metadata_url to OAuthClientProvider, matching the TypeScript SDK's conformance client. This allows the SDK's existing CIMD support to activate when the server advertises client_id_metadata_document_supported=true, resolving the auth/basic-cimd warning.
1 parent 9127055 commit 8d139d7

File tree

1 file changed

+1
-0
lines changed
  • examples/clients/conformance-client/mcp_conformance_client

1 file changed

+1
-0
lines changed

examples/clients/conformance-client/mcp_conformance_client/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ async def run_auth_code_client(server_url: str) -> None:
286286
storage=InMemoryTokenStorage(),
287287
redirect_handler=callback_handler.handle_redirect,
288288
callback_handler=callback_handler.handle_callback,
289+
client_metadata_url="https://conformance-test.local/client-metadata.json",
289290
)
290291

291292
await _run_auth_session(server_url, oauth_auth)

0 commit comments

Comments
 (0)