MCPcopy Create free account
hub / github.com/IBM/mcp-cli / test_unknown_tool

Method test_unknown_tool

tests/memory/test_tools.py:113–115  ·  view source on GitHub ↗
(self, store: MemoryScopeStore)

Source from the content-addressed store, hash-verified

111
112 @pytest.mark.asyncio
113 async def test_unknown_tool(self, store: MemoryScopeStore):
114 result = await handle_memory_tool(store, "unknown_op", {})
115 assert "Unknown memory tool" in result
116
117 @pytest.mark.asyncio
118 async def test_error_handling(self, store: MemoryScopeStore):

Callers

nothing calls this directly

Calls 1

handle_memory_toolFunction · 0.90

Tested by

no test coverage detected