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

.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:29:57 +07:00
co-authored by Cursor
parent 2b3c48cdde
commit c9eee6fdcb
4 changed files with 4 additions and 22 deletions
-6
View File
@@ -1,6 +0,0 @@
{
"pid": 46884,
"version": "0.9.9",
"socketPath": "\\\\.\\pipe\\codegraph-7bcc7a2b16d00925",
"startedAt": 1784567658430
}
+4
View File
@@ -33,3 +33,7 @@ Thumbs.db
# Build
version.txt
.codegraph/daemon.pid
# Local MCP configs (may contain REUI license Bearer)
.cursor/mcp.json
.mcp.json
-16
View File
@@ -1,16 +0,0 @@
{
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "codegraph",
"args": [
"serve",
"--mcp"
]
},
"reui": {
"type": "http",
"url": "https://mcp.reui.io/api/mcp"
}
}
}