- Notifications
You must be signed in to change notification settings - Fork3.1k
Turn off default toolset when in dynamic mode#1401
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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.
Pull Request Overview
This PR ensures that when the server runs with dynamic tool discovery enabled, both the "all" and "default" toolsets are removed from the enabled toolsets configuration. This prevents conflicts with dynamic toolset behavior, as these special keywords would otherwise expand to predefined sets of tools.
Key Changes
- Added removal of "default" toolset in addition to "all" when
DynamicToolsetsis enabled - Updated inline comment to reflect both toolsets being removed
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
Ensures that when the server is run with dynamic tool discovery, the default toolset is turned off.