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

Method _proc

tests/chat/test_tool_processor.py:2304–2305  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2302
2303class TestParseArguments:
2304 def _proc(self):
2305 return _make_processor()
2306
2307 def test_empty_string_returns_empty_dict(self):
2308 assert self._proc()._parse_arguments("") == {}

Calls 1

_make_processorFunction · 0.85

Tested by

no test coverage detected