Skip to content

Conversation

@joelverhagen
Copy link
Contributor

@joelverhagen joelverhagen commented Dec 4, 2025

Motivation and Context

The --file=PATH pattern does not work. The path is an optional, positional argument not a named option.
The --dry-run option is not supported.

Look at the implementation:

func PublishCommand(args []string) error {

How Has This Been Tested?

Try these options yourself, they are ignored.

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Updated CLI command usage and process steps for clarity.
Copy link

@donnie-msft donnie-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As someone who was relying on this document when working on a release pipeline, I appreciate this update to make it correct!

@domdomegg domdomegg merged commit af29c14 into modelcontextprotocol:main Dec 5, 2025
9 checks passed
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.

3 participants