1
0
Fork 0

fold omp runtime config and remaining pi extensions into source

This commit is contained in:
Rain 2026-08-21 17:29:47 -04:00
parent 6c3a47f350
commit bacafdf715
4 changed files with 446 additions and 6 deletions

View file

@ -3,11 +3,20 @@
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "123",
"FIRECRAWL_API_URL": "http://bazzite.local:3002"
}
},
"godot-mcp-pro": {
"command": "node",
"args": [
"/home/melon/Desktop/godot-mcp-pro-v1.16.0/server/build/index.js"
]
}
}
}
}