File tree Expand file tree Collapse file tree
addons/godot_mcp/Runtime/Connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static class GodotMcpServerView
6666 /// <c>v<ServerVersion></c> release with all 7 RID zips exists on GameDev-MCP-Server BEFORE
6767 /// cutting an addon release that pins it — otherwise the download 404s, the issue-#94 class of bug).
6868 /// </summary>
69- public const string ServerVersion = "9.2.3 " ;
69+ public const string ServerVersion = "9.2.4 " ;
7070
7171 /// <summary>
7272 /// The server executable base name (the shared <c>GameDev-MCP-Server</c> binary). On Windows the
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { createHash } from 'crypto';
2020 * download entirely (offline / CI). Bumping the addon's server pin requires
2121 * bumping this in the same PR or the parity test goes red.
2222 */
23- export const DEFAULT_SERVER_VERSION = '9.2.3 ' ;
23+ export const DEFAULT_SERVER_VERSION = '9.2.4 ' ;
2424
2525/** GitHub-release host the server zip + manifest are downloaded from. NOTHING else is trusted. */
2626export const TRUSTED_DOWNLOAD_HOST = 'github.com' ;
You can’t perform that action at this time.
0 commit comments