mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
4 lines
123 B
Python
4 lines
123 B
Python
from mcp.types import LATEST_PROTOCOL_VERSION
|
|
|
|
SUPPORTED_PROTOCOL_VERSIONS: tuple[int, str] = (1, LATEST_PROTOCOL_VERSION)
|