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

Method test_remember

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

Source from the content-addressed store, hash-verified

56class TestHandleMemoryTool:
57 @pytest.mark.asyncio
58 async def test_remember(self, store: MemoryScopeStore):
59 result = await handle_memory_tool(
60 store, "remember", {"scope": "global", "key": "lang", "content": "Python"}
61 )
62 assert "Remembered 'lang'" in result
63 assert "global" in result
64
65 @pytest.mark.asyncio
66 async def test_recall_all(self, store: MemoryScopeStore):

Callers

nothing calls this directly

Calls 1

handle_memory_toolFunction · 0.90

Tested by

no test coverage detected