Skip to content

Commit efdeb1d

Browse files
committed
Update README.md with new server
1 parent 1ba0752 commit efdeb1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/servers/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ A working MCP server demonstrating elicitation for user name collection.
4545
- JSON Schema validation with schemars
4646
- Tools: `greet_user` (collects name), `reset_name` (clears stored name)
4747

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+
4855
### Prompt Standard I/O Server (`prompt_stdio.rs`)
4956

5057
A server demonstrating the prompt framework capabilities.

0 commit comments

Comments
 (0)