Compare commits
2 Commits
stealth-cy
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| cc051a1e15 | |||
| 80957641bd |
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",
|
||||
"mcp": {
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"npx",
|
||||
"@playwright/mcp@latest",
|
||||
"--executable-path",
|
||||
"/snap/bin/chromium",
|
||||
"--isolated"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"godot": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"node",
|
||||
"/home/noti/.superset/worktrees/ai-game-2/stealth-cymbal/godot-mcp/build/index.js"
|
||||
"./godot-mcp/build/index.js"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user