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
Published on npm as @ni-c/mcp-hub
(the unscoped name belongs to an unrelated project). npx @ni-c/mcp-hub
starts the hub, mcp-hub-admin ships as a second binary; Docker remains the
recommended deployment. Releases are published via npm Trusted Publishing
(OIDC, with provenance) from the new release.yml, which also creates the
GitHub release from this changelog.
Changed
The version reported by the /hub server and the child MCP clients is now
read from package.json instead of being hardcoded in two source files.
zod updated to v4, the runtime image moved to node:26-bookworm-slim, and
all GitHub Actions moved to their current majors (checkout v7, setup-node v7,
CodeQL v4, docker/* v4/v6/v7, trivy-action 0.36).
Fixed
The mcp-hub binary was missing its shebang line, so the npm-installed
command would not execute on Unix.