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 sync —
package.json,server.json(manifest + npm package entry), and theMcpServerversion inserver.js(which had lagged at4.5.0) all bumped to4.6.3.