Skip to content

2. Technical Guide

Adam Wójcik edited this page May 7, 2026 · 5 revisions

👉 Currently, we are under construction 👷‍♂️👷‍♀️🏗️


How to manually perform npm package publish.

  1. After all the changes are done we need to increase the package version in the package.json and package-lock.json files. Best to commit this as well with a message like Releases v0.x.y
  2. Then we need to build the app using npm run build
  3. Then we need to login to npm using npm login
  4. Lastly, we need to publish the package using npm publish

Publish to MCP Registry

  1. Update the server.json to for example, increase the package number
  2. Run mcp-publisher publish - guide: https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

Clone this wiki locally