chore: bump to McpPlugin 6.5.5 (6h idle-timeout) + release 0.77.2#795
Merged
Conversation
…se Unity-MCP 0.77.2 Pulls in the MCP-Plugin-dotnet streamableHttp idle-timeout fix (default idle-timeout raised to 6h), eliminating -32001 "Session not found" errors after the session sits idle. Bumps the NuGet reference 6.5.4 -> 6.5.5 so the fix reaches the ivanmurzakdev/unity-mcp-server Docker image, and releases Unity-MCP 0.77.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
com.IvanMurzak.McpPlugin.ServerNuGet reference inUnity-MCP-Server/com.IvanMurzak.Unity.MCP.Server.csprojfrom 6.5.4 → 6.5.5. (com.IvanMurzak.McpPlugin.Common6.5.5 follows transitively.) ReflectorNet is unchanged (5.3.1), and theUseLocalMcpPlugindefault-NuGet path is left intact.commands/bump-version.ps1(server csproj<Version>+server.json, Unity package.json, plugin/installer version constants, CLI package.json + lock).Why
6.5.5 ships the MCP-Plugin-dotnet streamableHttp idle-timeout fix — the default idle-timeout was raised to 6h, so clients no longer get
-32001 "Session not found"after the session sits idle. Pinning the server to 6.5.5 carries that fix into theivanmurzakdev/unity-mcp-serverDocker image, which currently builds against 6.5.4.Verification
dotnet build Unity-MCP-Server/com.IvanMurzak.Unity.MCP.Server.csproj -c Releasesucceeds with 0 errors / 0 warnings.com.IvanMurzak.McpPlugin.Server/6.5.5andcom.IvanMurzak.McpPlugin.Common/6.5.5(confirmed inproject.assets.json).Release impact
Merging to
maintriggersrelease.yml, which publishesivanmurzakdev/unity-mcp-server:0.77.2to Docker Hub.🤖 Generated with Claude Code