gdscript
stdiogdscript
Used by 3 plugins
Installs gdscript-lsp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub minami110/claude-godot-tools --plugin gdscript-lspRequires Language Server Binary
This LSP server requires bashto be installed on your system. Make sure it's available in your PATH before enabling.
Add to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"gdscript": {
"command": "bash",
"extensionToLanguage": {
".gd": "gdscript"
},
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/godot-lsp-bridge.sh"
]
}
}
}Supported Languages
gdscript
.gd
Command
bashTransport
stdioArguments
${CLAUDE_PLUGIN_ROOT}/scripts/godot-lsp-bridge.sh
Advanced Configuration
Restart on Crash:Yes
Also used by 2 other plugins