telexed ~ c / 2e9b2f0d-295radar:40 · agent_toolLIVE
← back
NO.
#2e9b2f0d
Topic
AGENTS & TOOLS
Source
MCP Servers
Published
2026-05-30 18:35:20
Importance
★ 4/10 — radar 40
`MCP Memory Server` Adds `ToolAnnotations` Across 9 Knowledge Graph Tools
FIG-0291:1

`MCP Memory Server` Adds `ToolAnnotations` Across 9 Knowledge Graph Tools

Agents can now distinguish read, write, and destructive graph actions before calling tools. Small change, useful for safer MCP orchestration.

[ KEY POINTS ]
  1. Read tools like read_graph, search_nodes, and open_nodes are marked read-only and idempotent, reducing approval friction.
  2. Write tools such as create_entities and add_observations are tagged non-destructive, a cleaner signal for agent planners.
  3. Delete tools are marked destructive and idempotent, making risk checks easier in MCP clients and IDE agents.
Originalgithub.com/modelcontextprotocol/servers/commit/64b1cb0208cc49a4f5ae55fa71df5cf67a3cdc3dRead original →

// related