From 06b72136b6f6997032ca5b0609d8c810d68b4198 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 18:35:29 +0000 Subject: [PATCH] chore: add .mcp.json for Claude Code MCP integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uses just "core-agent" (no absolute paths) — works on any machine where core-agent is on PATH. Co-Authored-By: Virgil --- .mcp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..fe40be8 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "core": { + "type": "stdio", + "command": "core-agent", + "args": ["mcp"] + } + } +}