MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / bind

Method bind

tests/interaction/auth/_harness.py:155–156  ·  view source on GitHub ↗
(self, http_client: httpx.AsyncClient)

Source from the content-addressed store, hash-verified

153 self._iss: str | None = None
154
155 def bind(self, http_client: httpx.AsyncClient) -> None:
156 self._http = http_client
157
158 async def redirect_handler(self, authorization_url: str) -> None:
159 assert self._http is not None

Callers 1

connect_with_oauthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected