MCPcopy 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
15class FakeToolManager:
16 async def execute_tool(self, *a, **kw):
17 pass
18
19 async def read_resource(self, *a, **kw):
20 return {}
21
22
23class FakeWs:

Callers 2

_make_bridgeFunction · 0.70

Calls

no outgoing calls

Tested by 2

_make_bridgeFunction · 0.56