-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mcp.json
More file actions
16 lines (16 loc) · 2.8 KB
/
.mcp.json
File metadata and controls
16 lines (16 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"mcpServers": {
"spartan-swarm": {
"type": "stdio",
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\Users\\lochen\\optimus-code\\.optimus\\dist\\mcp-server.js"
],
"env": {
"OPTIMUS_WORKSPACE_ROOT": "C:\\Users\\lochen\\optimus-code",
"DOTENV_PATH": "C:\\Users\\lochen\\optimus-code\\.env"
},
"_path_note": "PATH is inherited from the host process. If ACP executables are not found, add their directories here explicitly, e.g.: PATH: C:\\.tools\\.npm-global;C:\\.tools\\.npm\\_npx\\413bea9c149700b1\\node_modules\\.bin;C:\\Users\\lochen\\optimus-code\\node_modules\\.bin;C:\\Users\\lochen\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Program Files\\PowerShell\\7;c:\\Users\\lochen\\AppData\\Roaming\\Code\\User\\globalStorage\\github.copilot-chat\\debugCommand;c:\\Users\\lochen\\AppData\\Roaming\\Code\\User\\globalStorage\\github.copilot-chat\\copilotCli;C:\\Program Files\\Microsoft VS Code;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\Azure Dev CLI;C:\\Program Files\\GitHub CLI\\;C:\\Users\\vmadmin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\Microsoft SQL Server\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft VS Code\\bin;C:\\.tools\\dotnet;C:\\.tools\\QuickBuild;C:\\.tools\\.npm-global;C:\\ProgramData\\chocolatey\\bin;C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\Microsoft Dev Box Agent\\Scripts;C:\\Program Files\\nodejs\\;C:\\Program Files\\PowerShell\\7-preview\\preview;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Users\\lochen\\AppData\\Roaming\\agency\\CurrentVersion;C:\\Users\\lochen\\.optimus\\cli;C:\\Users\\lochen\\AppData\\Local\\Programs\\Python\\Python312\\Scripts\\;C:\\Users\\lochen\\AppData\\Local\\Programs\\Python\\Python312\\;C:\\Users\\lochen\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\lochen\\.local\\bin;C:\\Users\\lochen\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\lochen\\AppData\\Roaming\\npm;C:\\Users\\lochen\\.dotnet\\tools;C:\\Users\\lochen\\AppData\\Local\\Microsoft\\WinGet\\Links;;C:\\Users\\lochen\\AppData\\Local\\Eureka;c:\\Users\\lochen\\.vscode\\extensions\\ms-python.debugpy-2025.18.0-win32-x64\\bundled\\scripts\\noConfigScripts"
}
}
}