RFD for agent-guided user selection feature#340
Closed
akhil-vempali wants to merge 1 commit intoagentclientprotocol:mainfrom
Closed
RFD for agent-guided user selection feature#340akhil-vempali wants to merge 1 commit intoagentclientprotocol:mainfrom
akhil-vempali wants to merge 1 commit intoagentclientprotocol:mainfrom
Conversation
358d5d5 to
ed5e470
Compare
Proposes `session/select` request allowing agents to present interactive menus with prompts and markdown-renderable options. Supports single/multi-select modes with optional free-text input for gathering structured user input and exposing agent capabilities in a discoverable way.
ed5e470 to
1953a11
Compare
Member
|
@akhil-vempali thanks for this. We are discussing in #330 the idea of implementing MCP elicitations which would likely help with case? The idea is that most clients will need to use elicitations anyway from MCP servers, so we could leverage the same mechanism? |
Author
|
Hey @benbrandt yep I think that should do the work as well. Is there a RFD specifically for elicitation? The one you shared is only for auth? |
Member
|
@akhil-vempali you're right it got removed for now. EIther way, I think we'd rather have an MCP elicitation story in general, and maybe offer the same interface outside of tool calls. Mind adjusting the RFD to go in that direction? |
Member
|
closing in favor of #376 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes
session/selectrequest allowing agents to present interactive menus with prompts and markdown-renderable options. Supports single/multi-select modes with optional free-text input for gathering structured user input and exposing agent capabilities in a discoverable way.