You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The embedded MCP manifest is now packed at .mcp/server.json instead of .mcp//server.json.
1.15.4 packed it with a trailing-separator PackagePath, which the Linux release runner
mis-joined into a double slash — so nuget.org still could not find the manifest and kept
reporting it could not generate the VS Code MCP config. The destination is now an explicit
forward-slash path including the filename (#109).