-
Notifications
You must be signed in to change notification settings - Fork 1
Publish Dev Proxy MCP Server
Garry Trinder edited this page Jan 6, 2026
·
2 revisions
- mcp-publisher tool
brew install mcp-publisher
- Make your code changes and test locally
- Bump the version in both files:
npm version patchThen update version in server.json to match
- Build and publish to npm:
npm run build
npm publish --access public- Publish to MCP Registry:
mcp-publisher login github # if not already authenticated
mcp-publisher publish- Commit and push:
git add .
git commit -m "Release vX.X.X"
git push origin main --tagsNote: The registry tokens (.mcpregistry_* files) are local and excluded from git — you may need to re-authenticate with
mcp-publisher login githubif they expire.