-
Notifications
You must be signed in to change notification settings - Fork 78
feat(dxt): add mcp tool configuration options #221
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not introduce a new vocabulary and parameters.
Let's use the same as we have in CLI and query parameters, i.e. tools, actors, enable-addiing-actors
I'm referring to enabled_tools, enabled_actors, enable_dynamic ...
Co-authored-by: Jiří Spilka <[email protected]>
Co-authored-by: Jiří Spilka <[email protected]>
jirispilka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, please commit the suggestions to fix Title Case
Co-authored-by: Jiří Spilka <[email protected]>
Co-authored-by: Jiří Spilka <[email protected]>
Allow DXT users to configure the MCP server tools distributed thourgh DXT.
Maybe we should consider disabling the dynamic tool adding for Claude desktop since it is not supported by default - switch the default in the
manifest.jsontofalsefromtrue.closes #219