VERSIONING.md
The MCP Python SDK (mcp) follows Semantic Versioning 2.0.0.
MAJOR.MINOR.PATCH
The following changes are considered breaking and require a major version bump:
The following are not considered breaking:
warnings.warn() with DeprecationWarning, which surfaces warnings at runtime and through static analysis tooling.breaking change.