-
Notifications
You must be signed in to change notification settings - Fork 140
Working sets: Config command + self-describing images fully work in the gateway #219
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
bobbyhouse
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.
question (non-blocking): Are we going to eventually make docker mcp config workingset aware? The strategy for now is to provide workingset specific implementation under docker mcp workingset [new functionality]?
|
question (non-blocking): Should we raise an error if the user tries to set a config value that is invalid? We do this with tools, for example |
Show which workingsets a client is connected to as part of it's JSON output.
Update the logic to only support one working set per client.
feat: List workingsets and clients
I'm thinking we probably should, yes. Maybe the same strategy we take for the catalog transition would be good.
I agree, yes. I left a TODO on that. I sort of kicked the can down the road on that, but if you think we should tackle it now, let me know. |
What I did
Related issue
(not mandatory) A picture of a cute animal, if possible in relation to what you did