Skip to content

chore: bump version to 0.21.0#1112

Merged
cliffhall merged 2 commits intomainfrom
copilot/bump-version-to-0-21-0
Feb 24, 2026
Merged

chore: bump version to 0.21.0#1112
cliffhall merged 2 commits intomainfrom
copilot/bump-version-to-0-21-0

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

Bumps all package versions from 0.20.0 to 0.21.0 across the monorepo.

Summary

Version bump to 0.21.0 across all packages using the monorepo's version management scripts.

Note: Inspector V2 is under development to address architectural and UX improvements. During this time, V1 contributions should focus on bug fixes and MCP spec compliance. See CONTRIBUTING.md for more details.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • Test updates
  • Build/CI improvements

Changes Made

  • Updated version field to 0.21.0 in:
    • package.json
    • client/package.json
    • server/package.json
    • cli/package.json
  • Updated workspace dependency references in root package.json to ^0.21.0
  • Regenerated package-lock.json via npm install

Related Issues

Testing

  • Tested in UI mode
  • Tested in CLI mode
  • Tested with STDIO transport
  • Tested with SSE transport
  • Tested with Streamable HTTP transport
  • Added/updated automated tests
  • Manual testing performed

Test Results and/or Instructions

Ran npm run check-version — all packages confirmed at 0.21.0, workspace deps and package-lock.json in sync:

✅ All packages are at version: 0.21.0
✅ @modelcontextprotocol/inspector-cli: ^0.21.0
✅ @modelcontextprotocol/inspector-client: ^0.21.0
✅ @modelcontextprotocol/inspector-server: ^0.21.0
✅ package-lock.json version matches: 0.21.0
✅ Version consistency check passed!

Checklist

  • Code follows the style guidelines (ran npm run prettier-fix)
  • Self-review completed
  • Code is commented where necessary
  • Documentation updated (README, comments, etc.)

Breaking Changes

None.

Additional Context

Version updated using the built-in npm run update-version 0.21.0 script and verified with npm run check-version.

Original prompt

This section details on the original issue you should resolve

<issue_title>Bump version to 0.21.0</issue_title>
<issue_description>- Bump version to 0.21.0

  • Use the npm script to verify that versions have been updated correctly</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump version to 0.21.0 and verify updates chore: bump version to 0.21.0 Feb 24, 2026
Copilot AI requested a review from olaservo February 24, 2026 15:52
@olaservo olaservo marked this pull request as ready for review February 24, 2026 15:52
Copy link
Member

@cliffhall cliffhall left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@cliffhall cliffhall merged commit 1e23d37 into main Feb 24, 2026
10 of 11 checks passed
@cliffhall cliffhall deleted the copilot/bump-version-to-0-21-0 branch February 24, 2026 16:57
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.

Bump version to 0.21.0

3 participants