Skip to content

Releases: modelcontextprotocol/inspector

1.0.0

Choose a tag to compare

@cliffhall cliffhall released this 18 Jul 21:13
ac3c1a1

Versioning Note

Since this should be the last release of the classic MCP Inspector, it is finally being promoted to 1.0.0, primarily so that it can be referred to as the V1 implementation. It fixes outstanding security warnings and includes a couple of bug fixes.

Along with the release of the the upcoming 2026-07-28 MCP specification, we will be publishing an entirely new Inspector with a completely different codebase. The V2 web-based inspector client, the CLI, and a new TUI — all of which have a shared code architecture — will all ship as a single npm package. The V1 Inspector package will be officially deprecated at that time, and no further work will be done on that line.

What's Changed

  • fix: call tasks/result when task status is input_required by @galagaevdc in #1174
  • Fix resource refresh button not triggering re-fetch by @olaservo in #1148
  • chore: pin prettier to 3.9.5 and run format check after install by @cliffhall in #1716
  • chore(deps): bump vitest to ^4.1.0 (CVE fix) by @cliffhall in #1707
  • chore(deps): bump vite to ^7.3.5 (CVE fixes) by @cliffhall in #1709
  • chore(deps): bump shell-quote to ^1.8.4 (CVE fix) by @cliffhall in #1711
  • chore(deps): override hono to ^4.12.25 (CVE fixes) by @cliffhall in #1708
  • chore(deps): override form-data to ^4.0.6 (CVE fix) by @cliffhall in #1710
  • chore(deps): override @babel/core to ^7.29.6 (CVE fix) by @cliffhall in #1712
  • chore(deps): finalize security overrides and regenerate lockfile by @cliffhall in #1718
  • fix(server): guard the /fetch proxy against SSRF to link-local/metadata (alert 53) by @cliffhall in #1717
  • Bump to version 1.0.0 by @cliffhall in #1720

New Contributors

Full Changelog: 0.22.0...1.0.0

0.22.0

Choose a tag to compare

@cliffhall cliffhall released this 04 Jun 12:36
0ba1b8d

What's Changed

  • ci: switch npm publish to OIDC trusted publishing by @pcarleton in #1199
  • Update package.json to contain repository.url in for npm trusted publisher setup by @cliffhall in #1201
  • fix: add repository field to workspace package.json files for npm trusted publishing by @cliffhall in #1202
  • ci: gate claude.yml on author_association to skip unauthorized invokes by @cliffhall in #1270
  • chore(deps): npm audit fix for transitive security advisories by @olaservo in #1380
  • feat: add URL-mode elicitation support by @cliffhall in #1423
  • chore: bump version to 0.22.0 by @Copilot in #1428

Full Changelog: 0.21.2...0.22.0

0.21.2

Choose a tag to compare

@cliffhall cliffhall released this 14 Apr 20:55
adfcccc

What's Changed

  • Fix decimal typing behavior for number inputs in tools form by @MumuTW in #1127
  • fix: ensure DCR always registers both redirect URIs by @asoorm in #1173
  • fix: add horizontal scrolling for long values in json view by @Dinesht04 in #1177
  • Inspector client: Added proxy fetch for use by auth (to avoid CORS issues) by @BobDickinson in #1047
  • chore(deps): bump hono from 4.12.1 to 4.12.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1117
  • chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #1125
  • chore(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in #1126
  • chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #1136
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #1137
  • chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #1138
  • fix: validate serverInfo.websiteUrl before rendering as link by @cliffhall in #1186
  • fix(server): sanitize error responses to prevent stack trace exposure by @cliffhall in #1187
  • chore: bump version to 0.21.2 by @olaservo in #1194
  • ci: switch npm publish to OIDC trusted publishing by @pcarleton in #1199
  • Update package.json to contain repository.url in for npm trusted publisher setup by @cliffhall in #1201
  • fix: add repository field to workspace package.json files for npm trusted publishing by @cliffhall in #1202

New Contributors

Full Changelog: 0.21.1...0.21.2-hotfix-3

0.21.1

Choose a tag to compare

@cliffhall cliffhall released this 27 Feb 16:02
db0827b

What's Changed

  • fix: include server/static in published package files by @jwoods02 in #1113
  • Remove misleading structured content compatibility warning by @olaservo in #1098
  • chore: bump version to 0.21.1 by @Copilot in #1116

New Contributors

Full Changelog: 0.21.0...0.21.1

0.21.0

Choose a tag to compare

@cliffhall cliffhall released this 24 Feb 16:58
1e23d37

What's Changed

New Contributors

Full Changelog: 0.20.0...0.21.0

0.20.0

Choose a tag to compare

@cliffhall cliffhall released this 06 Feb 17:52
ce092a3

What's Changed

New Contributors

Full Changelog: 0.19.0...0.20.0

0.19.0

Choose a tag to compare

@cliffhall cliffhall released this 23 Jan 15:52
9f3b4ff

What's Changed

New Contributors

Full Changelog: 0.17.5...0.19.0-hotfix

0.18.0

Choose a tag to compare

@cliffhall cliffhall released this 16 Dec 15:01
1977e2a

What's Changed

  • Update V2 messaging to clarify V1 focus by @olaservo in #958
  • fix issue link in CONTRIBUTING.md by @DaleSeo in #963
  • [Docs] Fix broken CONTRIBUTING.md links in GitHub templates by @koic in #964
  • Add support for SEP-1330 Elicitation Enums by @cliffhall in #952
  • feat: add theme property to Icon and Prompt types by @Vijaydaswani in #968
  • fix: allow empty elicitation form data when all fields are optional by @bolinfest in #926
  • chore: bump version to 0.18.0 by @olaservo in #969
  • Bump TS SDK version to 1.24.3 by @cliffhall in #971
  • fix: detect 401 errors from StreamableHTTP transport for OAuth flow by @olaservo in #966

New Contributors

Full Changelog: 0.17.5...0.18.0

0.17.5

Choose a tag to compare

@olaservo olaservo released this 04 Dec 15:02
e9e38b0

What's Changed

New Contributors

Full Changelog: 0.17.3...0.17.5

0.17.4

Choose a tag to compare

@olaservo olaservo released this 26 Nov 17:36
4e431c9

What's Changed

  • fix: resolve $ref references in tool input schema properties by @yanOO1497 in #889
  • Handle nullable arrays in tool inputSchemas by @cliffhall in #895
  • Fix a typo by @koic in #903
  • fix: set user specified scope in DCR by @stdevi in #871
  • Add Inspector V2 development notices and PR template by @olaservo in #911
  • Bump version to 0.17.3 by @olaservo in #914
  • Fix typescript errors and bump version by @olaservo in #916
  • Fix $ref resolution in request schema properties before validation by @vincent0426 in #902
  • Added UI to provide additional _meta values by @ln-12 in #770
  • Bump Claude Code GitHub Action to v1 by @koic in #921

New Contributors

Full Changelog: 0.17.2...0.17.4