SIGN IN SIGN UP

The official Python SDK for Model Context Protocol servers and clients

22479 0 0 Python
# Release Process
## Bumping Dependencies
2025-03-13 14:09:18 +01:00
1. Change dependency version in `pyproject.toml`
2. Upgrade lock with `uv lock --resolution lowest-direct`
2024-11-19 12:27:03 +00:00
## Major or Minor Release
2025-03-13 14:09:18 +01:00
Create a GitHub release via UI with the tag being `vX.Y.Z` where `X.Y.Z` is the version,
and the release title being the same. Then ask someone to review the release.
The package version will be set automatically from the tag.