From 16a07e168243f1bef6d360e059688a7440e21b4e Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Fri, 29 May 2026 13:29:19 -0400 Subject: [PATCH] chore: gitignore .mcp.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `.mcp.json` is per-machine MCP server config (e.g. the GitHub MCP block added during today's session). It references local env vars for auth rather than embedding secrets, but the file itself is workstation-specific — what servers a contributor connects depends on which MCPs they've set up locally. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6c612a4..5e6f7252 100644 --- a/.gitignore +++ b/.gitignore @@ -249,3 +249,6 @@ graphify-out/ # remember skill runtime state (hook logs, PIDs) .remember/ + +# MCP server config (per-machine, references local env vars for auth) +.mcp.json