Initial Checks
Description
SDK should offer a way for developers to specify which of the authorization servers to use from the PRM document.
|
self.context.auth_server_url = str(metadata.authorization_servers[0]) |
Right now, the first server is selected.
Example Code
Python & MCP Python SDK
Initial Checks
Description
SDK should offer a way for developers to specify which of the authorization servers to use from the PRM document.
python-sdk/src/mcp/client/auth.py
Line 250 in 07ae8c0
Right now, the first server is selected.
Example Code
Python & MCP Python SDK