Files
CosmicClash/.mcp.json
T
Josh Creek 1af3e0410d chore: vendor blender-mcp as a git submodule alongside godot-mcp
Both mcp/godot-mcp and mcp/blender-mcp were already cloned locally and
registered in .gitmodules/.mcp.json/CLAUDE.md, but neither submodule's
gitlink had actually been committed, so a fresh clone wouldn't pull
either down. Stages the two gitlinks so `git submodule update --init
--recursive` works as documented.
2026-08-03 19:11:13 +01:00

16 lines
288 B
JSON

{
"mcpServers": {
"godot-mcp": {
"command": "node",
"args": ["mcp/godot-mcp/build/index.js"],
"env": {
"GODOT_PATH": ""
}
},
"blender": {
"command": "uv",
"args": ["run", "--project", "mcp/blender-mcp", "blender-mcp"]
}
}
}