supportsElicitation static method
Whether the negotiated version knows the elicitation/create
server → client request (introduced in 2025-06-18, carried forward).
Implementation
static bool supportsElicitation(String version) =>
_isAtLeast(version, v2025_06_18);