mcp fixes

This commit is contained in:
2026-04-29 17:21:11 -07:00
parent 80957641bd
commit cc051a1e15
2 changed files with 8 additions and 12 deletions

7
.superset/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"setup": [
"git submodule update\ncd godot-mcp\nnpm install\nnpm run build\ncd .."
],
"teardown": [],
"run": []
}