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:1863–1864 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1861
1862
class
TestRegisterDiscoveredTools:
1863
def
_proc(self):
1864
return
_make_processor()
1865
1866
def
test_none_result_returns_early(self):
1867
proc = self._proc()
Callers
11
test_none_result_returns_early
Method · 0.95
test_list_of_dicts_with_name_key
Method · 0.95
test_list_of_strings
Method · 0.95
test_dict_with_name_key
Method · 0.95
test_dict_with_tools_list
Method · 0.95
test_dict_with_tools_list_of_strings
Method · 0.95
test_dict_with_content_wrapper_recurses
Method · 0.95
test_json_string_result_is_parsed
Method · 0.95
test_invalid_json_string_returns_early
Method · 0.95
test_empty_name_not_registered
Method · 0.95
test_dict_with_tool_name_key
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected