Skip to content

2. Technical Guide

Adam Wójcik edited this page Oct 9, 2025 · 3 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

Create an .mcpb file

  1. Update the manifest.json manually if needed. Or run the mcpb init to recreate a manifest file from scratch
  2. Run mcpb pack to create an updated package
  3. Push to repo

Clone this wiki locally