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:2427–2428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2425
2426
class
TestShouldConfirmTool:
2427
def
_proc(self):
2428
return
_make_processor()
2429
2430
def
test_trusted_domain_returns_false(self):
2431
""
"Trusted domains bypass confirmation."
""
Callers
3
test_trusted_domain_returns_false
Method · 0.95
test_non_trusted_domain_delegates_to_prefs
Method · 0.95
test_exception_returns_true
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected