Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:57
· 66 commits to main since this release
c9e30e7

⚠ Migration: shared MCP server

The addon now auto-downloads the shared GameDev-MCP-Server (v8.0.0, binary gamedev-mcp-server) from IvanMurzak/GameDev-MCP-Server — the per-engine server is gone:

  • godot-mcp-server-<rid>.zip assets are no longer published with Godot-MCP releases.
  • The ivanmurzakdev/godot-mcp-server Docker image is superseded by aigamedeveloper/mcp-server.
  • Stale cached binaries under .godot/mcp-server/ are replaced automatically on first use; an old godot-mcp-server process from a previous session may need a one-time manual kill.

What's Changed

  • feat(server): default streamable-http idle timeout to 6h for local server by @IvanMurzak in #99
  • Consume shared GameDev-MCP-Server v8.0.0; remove in-repo server (#100) by @IvanMurzak in #101
  • chore(release): bump version to 0.5.0 by @IvanMurzak in #103

Full Changelog: v0.4.0...v0.5.0