Draft changes do not affect connected clients. Your MCP endpoint continues using the current published version until you publish another one.
Draft vs. published
Changes you make are first saved as a draft. Your live MCP endpoint continues serving the current published version until you explicitly publish a new one. This allows you to review, test, and refine changes without affecting existing clients.Publishing a version
When you’re ready to make changes available:- Open Versions.
- Review the version summary and validation results.
- Publish the version.
Rolling back
If a newly published version causes issues, you can quickly return to a previous version. Simply select an earlier version and publish it again. The selected version immediately becomes the active configuration, while your newer drafts and version history remain intact.Version history
Version history gives you a record of how your MCP server has evolved over time. For each version, consider adding a short description explaining what changed, such as:- Added customer management tools
- Updated authentication configuration
- Removed deprecated endpoints
- Fixed tool descriptions
Pausing vs. versioning
Publishing controls what your MCP server exposes. Pausing controls whether your MCP server accepts requests. Pausing your server temporarily stops incoming MCP requests without changing the currently published version. When you resume serving, the same published version becomes available again.Pausing does not create, publish, or remove a version.