Tags · modelcontextprotocol/inspector · GitHub
Skip to content

Tags: modelcontextprotocol/inspector

Tags

0.21.2-hotfix-3

Toggle 0.21.2-hotfix-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add repository field to workspace package.json files for npm trusted …

…publishing (#1202)

Previous fix only added repository.url to the root package.json, but npm
publish --workspaces publishes each workspace using its own package.json.
The provenance check runs per-package, so each published workspace package
also needs repository.url to match the GitHub repo URL. Also adds type: "git"
to the root and directory fields to the workspaces for correct monorepo
linking on npm/GitHub.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0.21.2-hotfix-2

Toggle 0.21.2-hotfix-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update package.json to contain repository.url in for npm trusted publ…

…isher setup (#1201)

0.21.2-hotfix

Toggle 0.21.2-hotfix's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1199 from modelcontextprotocol/paulc/npm-trusted-…

…publishing

ci: switch npm publish to OIDC trusted publishing

0.21.2

Toggle 0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1194 from olaservo/chore/bump-version-0.21.2

chore: bump version to 0.21.2

0.21.1

Toggle 0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.21.1 (#1116)

* Initial plan

* chore: bump version to 0.21.1

Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1112 from modelcontextprotocol/copilot/bump-versi…

…on-to-0-21-0

chore: bump version to 0.21.0

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1070 from modelcontextprotocol/claude/issue-1069-…

…20260206-1234

Bump version to 0.20.0

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1029 from modelcontextprotocol/claude/issue-1028-…

…20260121-1235

Bump version to 0.19.0

0.19.0-hotfix

Toggle 0.19.0-hotfix's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
In App.samplingNavigation.test.tsx, (#1035)

- replaced test for Reject button with the one used in the regular sampling test, which gets the button by role. This test appeared to be failing because formatting puts the name between the button elements with some whitespace. The way to look is with a regex

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #966 from olaservo/fix/streamable-http-401-handling

fix: detect 401 errors from StreamableHTTP transport for OAuth flow