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 1ba0752 commit efdeb1dCopy full SHA for efdeb1d
examples/servers/README.md
@@ -45,6 +45,13 @@ A working MCP server demonstrating elicitation for user name collection.
45
- JSON Schema validation with schemars
46
- Tools: `greet_user` (collects name), `reset_name` (clears stored name)
47
48
+### Elicitation with Enum Inference config (`elicitation_enum_inference.rs`)
49
+
50
+A demonstration of elicitation using enum inference configuration for MCP server.
51
+- Runs on HTTP with streaming capabilities
52
+- Uses schemars for elicitation schema generation
53
+- Shows how to configure enum inference for elicitation prompts
54
55
### Prompt Standard I/O Server (`prompt_stdio.rs`)
56
57
A server demonstrating the prompt framework capabilities.
0 commit comments