supportsElicitation static method

bool supportsElicitation(
  1. String version
)

Whether the negotiated version knows the elicitation/create server → client request (introduced in 2025-06-18).

Implementation

static bool supportsElicitation(String version) =>
    version == v2025_06_18 || version == v2025_11_25;