MCPcopy Create free account
hub / github.com/IBM/mcp-cli / initialize

Method initialize

tests/cli/test_run_command.py:46–48  ·  view source on GitHub ↗
(self, namespace: str = "stdio")

Source from the content-addressed store, hash-verified

44 _ALL_TM.append(self)
45
46 async def initialize(self, namespace: str = "stdio"):
47 self.initialized = True
48 return True
49
50 async def close(self):
51 self.closed = True

Calls

no outgoing calls

Tested by

no test coverage detected