From 4a4e3c7c46fdf920d0dd64808a7599120f12b6db Mon Sep 17 00:00:00 2001 From: Denozordec Date: Tue, 21 Jul 2026 00:30:08 +0700 Subject: [PATCH] =?UTF-8?q?chore(security):=20=D0=B8=D0=B3=D0=BD=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20mcp.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .cursor/mcp.json и .mcp.json в gitignore; убраны из индекса; добавлен mcp.json.example без секрета. Co-authored-by: Cursor --- .cursor/{mcp.json => mcp.json.example} | 0 .gitignore | 4 ++++ .mcp.json | 8 -------- 3 files changed, 4 insertions(+), 8 deletions(-) rename .cursor/{mcp.json => mcp.json.example} (100%) delete mode 100644 .mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json.example similarity index 100% rename from .cursor/mcp.json rename to .cursor/mcp.json.example diff --git a/.gitignore b/.gitignore index d6e97b3..b537adf 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,7 @@ Thumbs.db # Build version.txt +# Local MCP configs (may contain REUI license Bearer) +.cursor/mcp.json +.mcp.json +.codegraph/daemon.pid diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 65d3383..0000000 --- a/.mcp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mcpServers": { - "reui": { - "type": "http", - "url": "https://mcp.reui.io/api/mcp" - } - } -}