mcp-toolkit, beta-mcp-skills: update docs for current docker mcp CLI - #6
Open
neersighted wants to merge 1 commit into
Open
mcp-toolkit, beta-mcp-skills: update docs for current docker mcp CLI#6neersighted wants to merge 1 commit into
neersighted wants to merge 1 commit into
Conversation
The `docker mcp` CLI has reorganized server/profile management: `docker mcp server enable/ls` were removed in favor of `docker mcp profile server add/ls`, and the `catalog-next create` command shipped as `catalog create`. Updates: - gateway-status command: docker mcp server ls -> docker mcp profile server ls - mcp-toolkit/README.md: rewrite Configuration and Troubleshooting examples for the profile-based CLI; correct catalog name to mcp/docker-mcp-catalog and link to the MCP Profiles and MCP Toolkit CLI docs on docs.docker.com - mcp-server-yaml-creator SKILL.md: catalog-next create -> catalog create Bump plugin versions so existing installs pick up the changes: - mcp-toolkit 1.0.1 -> 1.0.2 (also syncs marketplace.json entry, which was previously drifted at 1.0.0) - beta-mcp-skills 1.0.0 -> 1.0.1 Verified against docker mcp v0.40.3 (bundled with Docker Desktop) and the upstream profiles documentation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
docker mcpCLI has been reorganized.The command
/mcp-toolkit:gateway-statuspreviously failed on every invocation withThis command is obsolete. See docker mcp profile server ls --help instead.This PR fixes that and the related documentation rot.Verified against
docker mcp v0.40.3and againstdocs.docker.com/ai/mcp-catalog-and-toolkit/{profiles,cli}.