isStateless static method
Whether the version uses the stateless core (no handshake/session):
client info/caps in _meta per request, server/discover for caps,
MCP-Protocol-Version as the sole version signal. Introduced
2026-07-28. See docs/STATELESS-COEXISTENCE-DESIGN.md.
Implementation
static bool isStateless(String version) => version == v2026_07_28;