mcp fixes
This commit is contained in:
7
.superset/config.json
Normal file
7
.superset/config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"setup": [
|
||||||
|
"git submodule update\ncd godot-mcp\nnpm install\nnpm run build\ncd .."
|
||||||
|
],
|
||||||
|
"teardown": [],
|
||||||
|
"run": []
|
||||||
|
}
|
||||||
@@ -1,22 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"mcp": {
|
"mcp": {
|
||||||
"playwright": {
|
|
||||||
"type": "local",
|
|
||||||
"command": [
|
|
||||||
"npx",
|
|
||||||
"@playwright/mcp@latest",
|
|
||||||
"--executable-path",
|
|
||||||
"/snap/bin/chromium",
|
|
||||||
"--isolated"
|
|
||||||
],
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"godot": {
|
"godot": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"command": [
|
"command": [
|
||||||
"node",
|
"node",
|
||||||
"/home/noti/.superset/worktrees/ai-game-2/stealth-cymbal/godot-mcp/build/index.js"
|
"./godot-mcp/build/index.js"
|
||||||
],
|
],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user