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 <[email protected]>
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
+17
View File
@@ -0,0 +1,17 @@
{
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "codegraph",
"args": [
"serve",
"--mcp",
"--path",
"C:\\Users\\shats\\Dev\\cloudflare-domain-manager"
]
},
"reui": {
"url": "https://mcp.reui.io/api/mcp"
}
}
}