We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8adf03 commit b7c3866Copy full SHA for b7c3866
crates/rmcp/src/model/elicitation_schema.rs
@@ -31,7 +31,7 @@ const_string!(StringTypeConst = "string");
31
const_string!(NumberTypeConst = "number");
32
const_string!(IntegerTypeConst = "integer");
33
const_string!(BooleanTypeConst = "boolean");
34
-const_string!(EnumTypeConst = "enum");
+const_string!(EnumTypeConst = "string");
35
36
// =============================================================================
37
// PRIMITIVE SCHEMA DEFINITIONS
0 commit comments