Files
mcp-python-sdk/src/mcp/shared/version.py
2025-03-14 10:56:48 +00:00

4 lines
123 B
Python

from mcp.types import LATEST_PROTOCOL_VERSION
SUPPORTED_PROTOCOL_VERSIONS: tuple[int, str] = (1, LATEST_PROTOCOL_VERSION)