Skip to content

Version Packages#209

Merged
camoneart merged 1 commit intomainfrom
changeset-release/main
Aug 5, 2025
Merged

Version Packages#209
camoneart merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@camoneart/maestro@4.0.0

Major Changes

  • #208 c1a6361 Thanks @camoneart! - Remove obsolete mcp command and add dedicated MCP server binary

    BREAKING CHANGE: The mcp command has been removed. It became obsolete with the introduction of the modern claude mcp add command which automatically manages the MCP server lifecycle.

    Migration:

    • Users no longer need to manually start the MCP server with mst mcp serve
    • Claude Code automatically manages the server lifecycle
    • New dedicated maestro-mcp-server binary added for MCP integration

    Setup for different scopes:

    # Local scope (default - current project only)
    claude mcp add maestro -- npx -y @camoneart/maestro maestro-mcp-server
    
    # Project scope (saved in .mcp.json for team sharing)
    claude mcp add maestro -s project -- npx -y @camoneart/maestro maestro-mcp-server
    
    # User scope (all projects on machine)
    claude mcp add maestro -s user -- npx -y @camoneart/maestro maestro-mcp-server
    
    # For global installation
    claude mcp add maestro -s user -- maestro-mcp-server

    Rationale:

    • Simplifies the CLI by removing unnecessary complexity
    • Reduces confusion for users
    • Reduces maintenance burden
    • Aligns with modern MCP setup practices
    • Provides dedicated binary for cleaner MCP integration

    Fixes Remove mcp command - it's no longer needed with modern MCP setup #207

@camoneart camoneart merged commit a847c03 into main Aug 5, 2025
@camoneart camoneart deleted the changeset-release/main branch August 5, 2025 01:59
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.

Remove mcp command - it's no longer needed with modern MCP setup

1 participant