chore(security): ignore local mcp.json configs
.cursor/mcp.json и .mcp.json в gitignore; убраны из индекса; example без секрета. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pid": 49316,
|
||||
"version": "0.9.9",
|
||||
"socketPath": "\\\\.\\pipe\\codegraph-97b92efdcc5351da",
|
||||
"startedAt": 1784567657587
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
"reui": {
|
||||
"url": "https://mcp.reui.io",
|
||||
"headers": {
|
||||
"Authorization": "Bearer REUI-EAF4-EA40-6C5C-5D86"
|
||||
"Authorization": "Bearer <REUI_LICENSE_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,3 +28,7 @@ Thumbs.db
|
||||
|
||||
# Compose runtime log sidecar output (deploy/compose/runtime-logs)
|
||||
deploy/compose/runtime-logs/
|
||||
# Local MCP configs (may contain REUI license Bearer)
|
||||
.cursor/mcp.json
|
||||
.mcp.json
|
||||
.codegraph/daemon.pid
|
||||
|
||||
Reference in New Issue
Block a user