-
Notifications
You must be signed in to change notification settings - Fork 13
2. Technical Guide
Adam Wójcik edited this page Oct 9, 2025
·
3 revisions
👉 Currently, we are under construction 👷♂️👷♀️🏗️
- After all the changes are done we need to increase the package version in the
package.jsonandpackage-lock.jsonfiles. Best to commit this as well with a message likeReleases v0.x.y - Then we need to build the app using
npm run build - Then we need to login to npm using
npm login - Lastly, we need to publish the package using
npm publish
- Update the
manifest.jsonmanually if needed. Or run themcpb initto recreate a manifest file from scratch - Run
mcpb packto create an updated package - Push to repo