Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:35
· 9 commits to main since this release
v0.4.0
aa419ab

Added

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