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
# Changelog
## [0.1.6](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.5...minimal-godot-mcp-v0.1.6) (2026-02-13)
### Bug Fixes
* make uri-utils tests cross-platform ([b2573b0](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/b2573b0eba703a90534aba10757ae55ab7d9fb3c))
* use pathToFileURL for Windows file URI compatibility ([d16cc36](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/d16cc36213079f1659a696469abf40dcefd5c96c))
* use pathToFileURL for Windows file URI compatibility ([55a407b](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/55a407b088073149284248678b8347c94be5d677))
## [0.1.5](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.4...minimal-godot-mcp-v0.1.5) (2026-02-11)
### Bug Fixes
* explicitly type socket data callback for @types/node 25 compat ([4ce3ccd](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/4ce3ccd6b3a69cbbf6dd6efd15c337d2c9374664))
## [0.1.4](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.3...minimal-godot-mcp-v0.1.4) (2026-02-09)
### Bug Fixes
* correct repository URL for npm provenance validation ([5fa97cf](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/5fa97cf2683657657503e0cfdc0517dc8e8b2626))
## [0.1.3](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.2...minimal-godot-mcp-v0.1.3) (2026-02-09)
### Bug Fixes
* upgrade npm in publish workflow for OIDC trusted publishing ([8cabcf7](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/8cabcf73bfe60a179d8bd395ae84e4f2374a587d))
## [0.1.2](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.1...minimal-godot-mcp-v0.1.2) (2026-02-09)
### Features
* publish to npm with release-please and OIDC trusted publishing ([9248acc](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/9248acc52eba8912bbb1831e436ecd9c003b170b))
## [0.1.1](https://github.com/ryanmazzolini/minimal-godot-mcp/compare/minimal-godot-mcp-v0.1.0...minimal-godot-mcp-v0.1.1) (2026-02-02)
### Features
* add Debug Adapter Protocol console output capture ([9b2f351](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/9b2f351e9327c6c5b4a764467ff780e737e018e5))
* add input validation and error handling ([7517c12](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/7517c12917c4af30e8a21c94d89b56bae9bdb9c6))
* add release-please for automated releases ([1323cac](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/1323cac7008170a5735b530bc8afe5118391fa2c))
* add release-please for automated releases ([eb7ee66](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/eb7ee66ce7eecf1099b73e0a6fc9eec132e16559))
* add workspace-wide diagnostic scanning ([5f2f303](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/5f2f3038855c1d3fabc80b517f8deda3160c0050))
* auto-detect workspace from cwd ([d2d7878](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/d2d787825a8958d33e10a275376253e318c23743))
* listen for workspace changes automatically ([3334d5e](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/3334d5e230dabd8badef7f9e57becc8dd3583da8))
### Bug Fixes
* **ci:** specify release-please config file paths ([20d1990](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/20d19903ef4273ffcdd56f28a7e1d502f1dd81c7))
* **ci:** specify release-please config file paths ([bf333e7](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/bf333e7b920833b62cf13db6ba4538ad087cb52b))
* handle SIGTERM for graceful shutdown ([a32b979](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/a32b979b869b183a37525a7207100439275fc067))
* prevent LSP connection leaks on reconnection and shutdown ([bfc49c6](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/bfc49c64154ef8fa6d510c179c74331bb297b0ac))
* prevent race condition in DAP lazy connect ([d8876b4](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/d8876b44f203d5e00124884e3e258a3c8022c0c5))
* update hono to 4.11.7 for security vulnerabilities ([fe68db5](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/fe68db56572f838d7189460027b77702fca91b85))
* update hono to 4.11.7 for security vulnerabilities ([3727920](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/3727920bfcb8774e2e54bda5b2ac701d7023b402))
* use byte length for DAP Content-Length header ([38d7994](https://github.com/ryanmazzolini/minimal-godot-mcp/commit/38d7994b8b203368357d4f9bbc2a540ec631d049))