MCPcopy
hub / github.com/modelcontextprotocol/python-sdk / initialize

Method initialize

tests/client/test_probe.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 return step
63
64 async def initialize(self) -> None:
65 self.initialized = True
66
67 def adopt(self, result: types.DiscoverResult) -> None:
68 self.adopted = result

Calls

no outgoing calls

Tested by

no test coverage detected