fold omp runtime config and remaining pi extensions into source
This commit is contained in:
parent
6c3a47f350
commit
bacafdf715
4 changed files with 446 additions and 6 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue