release: bump CWM.RoslynNavigator to 0.7.2 for NuGet publish - #18
Conversation
The MCP stdio stderr logging fix (codewithmukesh#10) is already in main but NuGet still serves 0.7.0, which breaks Cursor MCP with JSON parse errors.
|
+1 — this also affects Claude Code, not just Cursor. The plugin-provided which Claude Code drops with |
That makes a lot of sense. I use both and I was seeing Claude initially throw errors on the |
Summary
CWM.RoslynNavigatorpackage version from 0.7.1 to 0.7.2 so the MCP stdio stderr logging fix (CWM.RoslynNavigator logs to stdout, breaking MCP stdio JSON-RPC stream #10) can be published to NuGet.LogToStandardErrorThreshold = Trace) is already merged onmain; this is a release-version bump only.Test plan
0.7.2dotnet tool update -g CWM.RoslynNavigatorcwm-roslyn-navigatorMCP connects without JSON parse errors