Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ FakeToolManager
Class
FakeToolManager
tests/apps/test_session.py:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
FakeToolManager:
16
async
def
execute_tool(self, *a, **kw):
17
pass
18
19
async
def
read_resource(self, *a, **kw):
20
return
{}
21
22
23
class
FakeWs:
Callers
2
_make_bridge
Function · 0.70
test_duplicate_launch_closes_previous
Method · 0.70
Calls
no outgoing calls
Tested by
2
_make_bridge
Function · 0.56
test_duplicate_launch_closes_previous
Method · 0.56