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

Method add_context_notice

tests/chat/test_tool_processor.py:1796–1797  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

1794 self.notices = []
1795
1796 def add_context_notice(self, msg: str):
1797 self.notices.append(msg)
1798
1799 from mcp_cli.config.defaults import DEFAULT_MAX_TOOL_RESULT_CHARS
1800

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected