.cursor/mcp.json и .mcp.json в gitignore; убраны из индекса; example без секрета. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
357 B
JSON
21 lines
357 B
JSON
{
|
|
"mcpServers": {
|
|
"codegraph": {
|
|
"type": "stdio",
|
|
"command": "codegraph",
|
|
"args": [
|
|
"serve",
|
|
"--mcp",
|
|
"--path",
|
|
"C:\\Users\\shats\\Dev\\EvoBGP"
|
|
]
|
|
},
|
|
"reui": {
|
|
"url": "https://mcp.reui.io",
|
|
"headers": {
|
|
"Authorization": "Bearer <REUI_LICENSE_KEY>"
|
|
}
|
|
}
|
|
}
|
|
}
|