From 3f871f440f79e3dc7c79c0157692704861333620 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Tue, 21 Jul 2026 00:30:10 +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} | 2 +- .gitignore | 4 ++++ .mcp.json | 8 -------- 3 files changed, 5 insertions(+), 9 deletions(-) rename .cursor/{mcp.json => mcp.json.example} (64%) delete mode 100644 .mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json.example similarity index 64% rename from .cursor/mcp.json rename to .cursor/mcp.json.example index 7466ffa..c896a04 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json.example @@ -3,7 +3,7 @@ "reui": { "url": "https://mcp.reui.io", "headers": { - "Authorization": "Bearer REUI-EAF4-EA40-6C5C-5D86" + "Authorization": "Bearer " } } } diff --git a/.gitignore b/.gitignore index 99676b5..a534cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,7 @@ Thumbs.db # Build version.txt *.tsbuildinfo +# 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" - } - } -}