Update metadata and configuration of an existing MCP server
weather-mcp,
database-query-mcpMAJOR.MINOR.PATCH Rules: - Must
be greater than current version - Follow semantic versioning Example:
1.2.0 → 1.3.0MIT, Apache-2.0, GPL-3.0Version Bump
Pricing Changes
Description Updates
Repository Migration
1.0.0 → 1.0.1 - 1.0.0 →
1.1.0 - 1.9.9 → 2.0.0 Invalid: - 1.1.0 → 1.0.0
(downgrade) - 1.0.0 → 1.0 (invalid format)Version Conflict
javascript const current = await getCurrentVersion('weather-mcp'); const [major, minor, patch] = current.split('.').map(Number); const newVersion = `${major}.$ {minor}.${patch + 1}`; Unauthorized
Invalid Repository