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

Method __init__

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

Source from the content-addressed store, hash-verified

1790
1791 class ContextWithNotice(DummyContext):
1792 def __init__(self, tool_manager=None):
1793 super().__init__(tool_manager=tool_manager)
1794 self.notices = []
1795
1796 def add_context_notice(self, msg: str):
1797 self.notices.append(msg)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected