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

Method __init__

tests/chat/test_tool_processor.py:176–179  ·  view source on GitHub ↗
(self, stream_manager=None, tool_manager=None)

Source from the content-addressed store, hash-verified

174 """A dummy context object with conversation_history and managers."""
175
176 def __init__(self, stream_manager=None, tool_manager=None):
177 self.conversation_history = []
178 self.stream_manager = stream_manager
179 self.tool_manager = tool_manager
180
181 def inject_tool_message(self, message):
182 """Add a message to conversation history (matches ChatContext API)."""

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected