Skip to content

v4.6.3 — README npm-parity fix

Latest

Choose a tag to compare

@mysleekdesigns mysleekdesigns released this 07 Jun 18:17
· 9 commits to main since this release

Patch — README rendering fix so the npm package page matches GitHub. No tool or runtime behavior changes.

Fixed

  • README banner broken on npm. The header banner used a relative-path SVG (assets/banner.svg); npm's README renderer blocks SVG and mishandles relative image paths, so the banner showed broken on the npm package page while rendering fine on GitHub. Pointed it at the absolute raw-GitHub URL of the JPG export (assets/banner.jpg), which renders identically on both. npm only refreshes a package's README on publish, so this required a new version. README.md

Changed

  • Version syncpackage.json, server.json (manifest + npm package entry), and the McpServer version in server.js (which had lagged at 4.5.0) all bumped to 4.6.3.