nex_docus/backend/venv312/lib/python3.12/site-packages/mcp/shared/version.py

4 lines
156 B
Python
Raw Normal View History

2026-03-11 07:27:52 +00:00
from mcp.types import LATEST_PROTOCOL_VERSION
SUPPORTED_PROTOCOL_VERSIONS: list[str] = ["2024-11-05", "2025-03-26", "2025-06-18", LATEST_PROTOCOL_VERSION]