diff --git a/graph/edges/fix-stale-mcp-config-pointed-t--RELATED_TO--mcp-manager-was-writing-to-wro-c5f3ea.md b/graph/edges/fix-stale-mcp-config-pointed-t--RELATED_TO--mcp-manager-was-writing-to-wro-c5f3ea.md new file mode 100644 index 00000000000..fccdc5dcc6e --- /dev/null +++ b/graph/edges/fix-stale-mcp-config-pointed-t--RELATED_TO--mcp-manager-was-writing-to-wro-c5f3ea.md @@ -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 diff --git a/graph/fixes/fix-stale-mcp-config-pointed-to-non-existent-cognitive-memor-6665d4.md b/graph/fixes/fix-stale-mcp-config-pointed-to-non-existent-cognitive-memor-6665d4.md index fe26ae419ef..42773b125b7 100644 --- a/graph/fixes/fix-stale-mcp-config-pointed-to-non-existent-cognitive-memor-6665d4.md +++ b/graph/fixes/fix-stale-mcp-config-pointed-to-non-existent-cognitive-memor-6665d4.md @@ -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 diff --git a/graph/fixes/mcp-manager-was-writing-to-wrong-config-path-claudemcpjson-i-b3c2d4.md b/graph/fixes/mcp-manager-was-writing-to-wrong-config-path-claudemcpjson-i-b3c2d4.md index 86876ec4eb6..4d735adceae 100644 --- a/graph/fixes/mcp-manager-was-writing-to-wrong-config-path-claudemcpjson-i-b3c2d4.md +++ b/graph/fixes/mcp-manager-was-writing-to-wrong-config-path-claudemcpjson-i-b3c2d4.md @@ -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