feat(memory): add tool annotations to all knowledge graph tools (#3874) | Cybernomics
toolsSaturday, May 30, 2026

feat(memory): add tool annotations to all knowledge graph tools (#3874)

<pre style=&#39;white-space:pre-wrap;width:81ex&#39;>feat(memory): add tool annotations to all knowledge graph tools (#3874) Add MCP ToolAnnotations to all 9 tools in the memory server, matching the annotation coverage already present in server-filesystem, server-git, server-time, and server-sequent

feat(memory): add tool annotations to all knowledge graph tools (#3874) Add MCP ToolAnnotations to all 9 tools in the memory server, matching the annotation coverage already present in server-filesystem, server-git, server-time, and server-sequential-thinking. - Read tools (read_graph, search_nodes, open_nodes): read-only, idempotent - Write tools (create_entities, create_relations, add_observations): non-destructive - Delete tools (delete_entities, delete_observations, delete_relations): destructive, idempotent - All tools: openWorldHint=false (local JSONL file operations only) Co-authored-by: Ola Hungerford 

MCP

Original Source

MCP Servers (GitHub)

Read Original