chore(*): Add Claude support

This commit is contained in:
Josh Creek
2026-07-18 14:39:49 +01:00
parent c3329b3280
commit 2772087123
3 changed files with 58 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"godot-mcp": {
"command": "node",
"args": ["mcp/godot-mcp/build/index.js"],
"env": {
"GODOT_PATH": ""
}
}
}
}