chore(security): игнорировать локальные mcp.json
Docker / build (push) Failing after 20s

.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:53 +07:00
co-authored by Cursor
parent 78bde2da74
commit fe85cdd18d
2 changed files with 1 additions and 8 deletions
+1
View File
@@ -19,6 +19,7 @@ dist-ssr
# Local MCP configs (may contain REUI license Bearer)
.cursor/mcp.json
.mcp.json
.codegraph/daemon.pid
# pnpm
-8
View File
@@ -1,8 +0,0 @@
{
"mcpServers": {
"reui": {
"type": "http",
"url": "https://mcp.reui.io/api/mcp"
}
}
}