4 lines
113 B
Python
4 lines
113 B
Python
from mcp_python.types import LATEST_PROTOCOL_VERSION
|
|
|
|
SUPPORTED_PROTOCOL_VERSIONS = [1, LATEST_PROTOCOL_VERSION]
|