Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ _proc
Method
_proc
tests/chat/test_tool_processor.py:2036–2037 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2034
2035
class
TestFormatToolResponse:
2036
def
_proc(self):
2037
return
_make_processor()
2038
2039
def
test_dict_is_json_formatted(self):
2040
proc = self._proc()
Callers
6
test_dict_is_json_formatted
Method · 0.95
test_list_is_json_formatted
Method · 0.95
test_string_is_returned_as_is
Method · 0.95
test_mcp_nested_content_structure
Method · 0.95
test_non_serializable_dict_falls_back_to_str
Method · 0.95
test_non_serializable_list_falls_back_to_str
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected