From 0c67f999f6f9bfa9830d7f97cffd46083bd7813e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 22 Aug 2026 00:09:48 +0200 Subject: [PATCH] chore: ignore the local MCP configuration .mcp.json is written per machine and carries no repository state. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 570f132..23ef080 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ hadolint-results.sarif build/ *.egg-info/ app/core.* +.mcp.json