chore(security): игнорировать локальные mcp.json
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 46s
Build and Push Auth Portal Docker Image / create-release (push) Skipped

.cursor/mcp.json и .mcp.json в gitignore; убраны из индекса; добавлен mcp.json.example без секрета.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Denozordec
2026-07-21 00:30:08 +07:00
co-authored by Cursor
parent ece2b1e7b9
commit 4a4e3c7c46
3 changed files with 4 additions and 8 deletions
+4
View File
@@ -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
-8
View File
@@ -1,8 +0,0 @@
{
"mcpServers": {
"reui": {
"type": "http",
"url": "https://mcp.reui.io/api/mcp"
}
}
}