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

.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:30:10 +07:00
co-authored by Cursor
parent 6a5cdda318
commit 3f871f440f
3 changed files with 5 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"mcpServers": {
"reui": {
"url": "https://mcp.reui.io",
"headers": {
"Authorization": "Bearer <REUI_LICENSE_KEY>"
}
}
}
}