We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryanmazzolini/minimal-godot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
errors.ts•398 B
export const LSP_NOT_RUNNING_ERROR = `Godot LSP is not running. Start Godot with your project:
CLI: godot --editor --path /path/to/project
GUI: Open the project in Godot Editor
LSP must be enabled in Project > Project Settings > Network > Language Server`;
export const NO_DEBUG_SESSION_ERROR = `No active debug session. Start a scene in Godot (F5 or Play button) to capture console output.`;