Conversation
Remove the mcp command which became obsolete with the introduction of the modern 'claude mcp add' command. Users no longer need to manually start the MCP server. BREAKING CHANGE: The 'mst mcp' command has been removed. Use 'claude mcp add maestro -s user -- npx -y @camoneart/maestro mcp serve' for MCP setup instead. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove mcp command references from README files - Update command documentation and completion scripts - Remove obsolete mcp.md documentation file - Update error messages and troubleshooting sections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Add changeset documenting the breaking change of removing the mcp command. This prepares for the v4.0.0 major version release. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add maestro-mcp-server to package.json bin section - Update all MCP setup documentation with correct command - Cover all three scopes: local, project, and user - Remove references to obsolete 'mcp serve' command 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <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
mcpcommand that became unnecessary with modern MCP setupmaestro-mcp-serverbinary for cleaner MCP integrationBreaking Changes
The
mst mcp servecommand has been removed. Users should now use the dedicated MCP server binary:Local Scope (Default - only for current project, private)
Project Scope (saved in .mcp.json for team sharing)
User Scope (available across all projects)
For global installation
Changes Made
src/commands/mcp.tsand its test filemaestro-mcp-serverbinary to package.jsonMigration Guide
Users currently using
mst mcp serveshould switch to the modern setup commands shown above. Claude Code now automatically manages the MCP server lifecycle.Fixes #207
Test plan
pnpm build)pnpm test)pnpm format)🤖 Generated with Claude Code