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

Method __init__

tests/chat/test_tool_processor.py:722–725  ·  view source on GitHub ↗
(self, tool_manager=None, vm=None)

Source from the content-addressed store, hash-verified

720 """Context that exposes a fake session.vm attribute."""
721
722 def __init__(self, tool_manager=None, vm=None):
723 super().__init__(tool_manager=tool_manager)
724 self.session = MagicMock()
725 self.session.vm = vm
726
727
728class DummyContextWithMemoryStore(DummyContext):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected