Skip to content

v1.15.5

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 14:04
· 1 commit to main since this release
41d2d1d

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).