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

Method __init__

tests/chat/test_tool_processor.py:731–734  ·  view source on GitHub ↗
(self, tool_manager=None, memory_store=None)

Source from the content-addressed store, hash-verified

729 """Context that exposes a fake memory_store and _system_prompt_dirty flag."""
730
731 def __init__(self, tool_manager=None, memory_store=None):
732 super().__init__(tool_manager=tool_manager)
733 self.memory_store = memory_store
734 self._system_prompt_dirty = False
735
736
737# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected