Skip to content

Conversation

@bobbyhouse
Copy link
Contributor

What I did

Added commands that allow you to manage tool filters as part of a working set.

Enable a tool
docker mcp workingset tools <working-set-id> --add <server-name>.<tool-name>

Enable multiple tools
docker mcp workingset tools <working-set-id> --add <server-name>.<tool-name> --add <server-name>.<tool-name>

Remove tools
docker mcp workingset tools <working-set-id> --remove <server-name>.<tool-name> --remove <server-name>.<tool-name>

Add and remove tools
docker mcp workingset tools <working-set-id> --add <server-name>.<tool-name> --remove <server-name>.<tool-name>

You can see the updated tool list by looking at the workingset with the show command docker mcp workingset show <working-set-id>

(not mandatory) A picture of a cute animal, if possible in relation to what you did

Screenshot 2025-11-09 at 7 26 48 AM

Give users the ability to manage the allowed list of tools inside of a
workingset.
@bobbyhouse bobbyhouse requested a review from a team as a code owner November 9, 2025 15:32
@bobbyhouse bobbyhouse requested a review from cmrigney November 9, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants