IDE Line Cleanup & Agentic IDE Umbau
Ampel / ampel (push) Failing after 22s

This commit is contained in:
Hitonabi
2026-08-07 14:01:27 +02:00
parent cb884abdc8
commit 4fb8387f79
28 changed files with 129 additions and 105 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"mcpServers": {
"mc2-memory": {
"command": "python",
"args": [
"F:\\Coding Stuff\\mission-control-2\\mcp\\mcp_memory.py"
]
},
"mc2-system": {
"command": "python",
"args": [
"F:\\Coding Stuff\\mission-control-2\\mcp\\mcp_mc.py"
]
},
"mc2-web": {
"command": "python",
"args": [
"F:\\Coding Stuff\\mission-control-2\\mcp\\mcp_web.py"
]
}
}
}