relate: 6665d42a --RELATED_TO--> b3c2d454

This commit is contained in:
Cal Corum 2026-02-28 16:10:56 -06:00
parent 225eb99871
commit 774fc48783
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: c5f3eaf4-f2d6-453f-b51e-e8f24217bb91
type: RELATED_TO
from_id: 6665d42a-0c52-4684-999b-bf8982439069
from_title: "Fix: Stale MCP config pointed to non-existent cognitive-memory binary"
to_id: b3c2d454-3b8e-4d3d-b24c-6241f12d03e6
to_title: "MCP manager was writing to wrong config path - ~/.claude/.mcp.json instead of project .mcp.json"
strength: 0.8
created: "2026-02-28T22:10:56.077514+00:00"
updated: "2026-02-28T22:10:56.077514+00:00"
---
Both are MCP config path/location bugs in Claude Code

View File

@ -6,7 +6,7 @@ tags: [cognitive-memory, mcp, configuration, bug-fix, claude-code]
importance: 0.7
confidence: 0.8
created: "2026-02-28T22:10:26.637746+00:00"
updated: "2026-02-28T22:10:53.554452+00:00"
updated: "2026-02-28T22:10:56.077514+00:00"
relations:
- target: a41644f1-2dd1-4706-8fc8-e2242c1702cb
type: CAUSES
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.9
edge_id: 61fe9147-073d-4795-813f-beee81c948cc
- target: b3c2d454-3b8e-4d3d-b24c-6241f12d03e6
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: c5f3eaf4-f2d6-453f-b51e-e8f24217bb91
---
# Fix: Stale MCP Binary Reference in .mcp.json

View File

@ -6,7 +6,13 @@ tags: [mcp, claude-code, mcp-manager, fix, configuration]
importance: 0.9
confidence: 0.8
created: "2026-02-20T03:52:57.247423+00:00"
updated: "2026-02-20T03:52:57.247423+00:00"
updated: "2026-02-28T22:10:56.077514+00:00"
relations:
- target: 6665d42a-0c52-4684-999b-bf8982439069
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: c5f3eaf4-f2d6-453f-b51e-e8f24217bb91
---
## Problem