telexed ~ c / 2e9b2f0d-295radar:40 · agent_toolLIVE
← 피드로
NO.
#2e9b2f0d
분야
에이전트·도구
출처
MCP Servers
게재
2026-05-30 18:35:20
중요도
★ 4/10 — radar 40
`MCP Memory Server`, 지식 그래프 도구 9개에 `ToolAnnotations` 추가
FIG-0291:1

`MCP Memory Server`, 지식 그래프 도구 9개에 `ToolAnnotations` 추가

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

로컬 지식 그래프 작업을 읽기·쓰기·삭제로 구분해 에이전트가 호출 전 위험도를 판단할 수 있다. 작은 변경이지만 MCP 도구 승인 UX 개선에는 바로 쓸 만함.

[ 요점 ]
  1. read_graph, search_nodes, open_nodesread-only와 idempotent로 표시돼 승인 흐름을 더 가볍게 만들 수 있음.
  2. create_entities, create_relations, add_observations는 non-destructive로 태깅돼 에이전트 플래너가 쓰기 작업을 덜 보수적으로 다룰 수 있다.
  3. 삭제 계열 3개 도구는 destructive이면서 idempotent로 분리됨. IDE 에이전트의 위험 경고 설계가 더 명확해진다.
  4. 모든 도구가 openWorldHint=false라 로컬 JSONL 파일 작업으로 한정된다. 외부 호출 없는 메모리 서버라는 신호가 분명함.
원문github.com/modelcontextprotocol/servers/commit/64b1cb0208cc49a4f5ae55fa71df5cf67a3cdc3d원문 보기 →

// related