We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An ability to let Agent ask user before making tool call, especially MCP tool calls.
Sometime tools can mutate data. In such cases, it's better to get user approval before making a MCP tool call.
This is also recommended in MCP guidelines:
https://spec.modelcontextprotocol.io/specification/2024-11-05/#key-principles
User Consent and Control Users must explicitly consent to and understand all data access and operations Users must retain control over what data is shared and what actions are taken Implementors should provide clear UIs for reviewing and authorizing activities
User Consent and Control
UI
This is how Claude Desktop does it:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What features would you like to see added?
An ability to let Agent ask user before making tool call, especially MCP tool calls.
More details
Sometime tools can mutate data. In such cases, it's better to get user approval before making a MCP tool call.
This is also recommended in MCP guidelines:
https://spec.modelcontextprotocol.io/specification/2024-11-05/#key-principles
Which components are impacted by your request?
UI
Pictures
This is how Claude Desktop does it:
Code of Conduct
The text was updated successfully, but these errors were encountered: