Releases: modelcontextprotocol/inspector
Releases · modelcontextprotocol/inspector
0.16.6
What's Changed
- Setup prettier precommit by @olaservo in #731
- Restore AuthDebuggerState.resource as URL by @halter73 in #714
- Fix/validate urls for http/https scheme only in auth flow by @jenn-newton in #740
- fix: Trim whitespace from Command input to prevent ENOENT by @richardkmichael in #719
- Handling of stderr on STDIO servers by @cliffhall in #741
- Add Docker container startup command to README.md by @cliffhall in #746
- Update CC GitHub Action to have same config as servers repo action by @olaservo in #728
- docs: add JSDoc documentation to utility functions by @Raghuboi in #697
- fix: STDIO and SSE transports need MCP_FULL_PROXY_ADDRESS by @richardkmichael in #708
- Parse tool args from CLI as JsonValue instead of just strings by @olaservo in #647
- Add support for --header flags in MCP Inspector CLI by @philfreo in #716
- Make cli output awaitable to prevent truncating the result by @cmgriffing in #754
- Fix a typo in progress notification method name by @pavan-mellamputi-socure in #745
tailwindcss-animate
should be a dev dependency by @phuctm97 in #703- Add CLI header integration tests and update test scripts by @olaservo in #768
- fix: correct stdout buffering issues in spawned processes by @nsheaps in #739
- Auto log-level handling support by @cliffhall in #774
- Bump version to 0.16.6 by @cliffhall in #777
New Contributors
- @halter73 made their first contribution in #714
- @jenn-newton made their first contribution in #740
- @Raghuboi made their first contribution in #697
- @philfreo made their first contribution in #716
- @cmgriffing made their first contribution in #754
- @pavan-mellamputi-socure made their first contribution in #745
- @phuctm97 made their first contribution in #703
- @nsheaps made their first contribution in #739
Full Changelog: 0.16.5...0.16.6
0.16.5
What's Changed
- Reverse env variable sourcing order by @olaservo in #421
- Align Quick OAuth Flow and Simple Connect Flow with Guided OAuth Flow behavior by @cliffhall in #722
- Add warning for DANGEROUSLY_OMIT_AUTH usage by @JLLeitschuh in #677
- bump version to 0.16.5 by @cliffhall in #730
New Contributors
- @JLLeitschuh made their first contribution in #677
Full Changelog: 0.16.4...0.16.5
0.16.4
What's Changed
- fix: support FastMCP union types in tool parameter forms by @matsjfunke in #673
- OAuth state parameter for InspectorOAuthClientProvider via reusable generateOAuthState helper by @KKonstantinov in #698
- Bump auth SDK to use Improved AS Discovery by @2underscores in #702
- Add toast for misconfigured logging by @cliffhall in #706
- fix(auth): sanitize authorization URL by @superboy-zjc in #687
- Fix: Pre-registered Client ID as fallback to DCR by @2underscores in #684
- Bump to 0.16.4 by @olaservo in #711
- fweinberger/fix sensitive local storage by @felixweinberger in #715
New Contributors
- @matsjfunke made their first contribution in #673
- @2underscores made their first contribution in #702
- @superboy-zjc made their first contribution in #687
Full Changelog: 0.16.3...0.16.4
0.16.3
What's Changed
- Feature/completion context by @dennisg in #613
- chore: Routing fragment only when connected by @richardkmichael in #638
- Update vulnerable dependencies by @olaservo in #648
- feat: Add _meta field support to tool UI by @erichoracek in #616
- initalize logging after connection by @antholeole in #611
- OAuth Flow: generate random state parameter in oauth state machine by @KKonstantinov in #615
- Update minor dependencies by @richardkmichael in #650
- fix: Argument notation to allow parseArgs to parse leading dash-options by @richardkmichael in #664
- bugfix: fix
npx @modelcontextprotoco/inspector
failing on main by @felixweinberger in #681 - feat: Auto-detect transport type from config files by @felixweinberger in #661
- Bump version by @olaservo in #692
New Contributors
- @dennisg made their first contribution in #613
- @erichoracek made their first contribution in #616
- @antholeole made their first contribution in #611
- @KKonstantinov made their first contribution in #615
Full Changelog: 0.16.2...0.16.3
0.16.2
What's Changed
- feat: Add resource_link content type support to ToolResults component by @nandsha in #564
- fix: interpretation of unstructured content and tests by @kentcdodds in #602
- make auth token configurable via env var by @kentcdodds in #517
- Set completion support to false by default by @fredericbarthelet in #441
- Missing mandatory parameter in the Inspector's CLI command by @LazaUK in #597
- [cli] Don't force specific endpoints for remote servers by @leblancfg in #595
- Run the CLI tests in CI by @leblancfg in #621
- feat: support manual entry of OAuth client information by @xiaoyijun in #345
- Fix command-line argument passing to pre-fill UI by @felixweinberger in #641
- add: elicitation support by @QuantGeekDev in #535
- Update @modelcontextprotocol/sdk & bump version to 0.16.2 by @felixweinberger in #645
New Contributors
- @nandsha made their first contribution in #564
- @fredericbarthelet made their first contribution in #441
- @LazaUK made their first contribution in #597
- @leblancfg made their first contribution in #595
- @xiaoyijun made their first contribution in #345
Full Changelog: 0.16.1...0.16.2
0.16.1
What's Changed
- add
npm run dev:sdk
to get live sdk changes w/ simple server by @ochafik in #533 - Add Claude Code GitHub Workflow by @ihrpr in #593
- fix startup of webclient through cli by @cliffhall in #604
- Bump version to 0.16.1 by @cliffhall in #605
New Contributors
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
- fix: bind client to localhost to match server by @felixweinberger in #529
- Fix proxy port configuration for non-default SERVER_PORT by @felixweinberger in #555
- Fix fundamental schema issue with required fields defined incorrectly on JsonSchemaType by @olaservo in #480
- fix: allow typing negative numbers in tool parameter inputs by @markacianfrani in #548
- chore: Add node-version to package.json and workflows by @baruchiro in #473
- fix: full width in Chrome by @richardkmichael in #581
- Fix: Remove addition slash for check proxy health by @sebastian93921 in #500
- fix connection refused error message by @nabuskey in #554
- chore: Add engines to
package-lock.json
by @richardkmichael in #583 - Feat/prompt layout by @evalstate in #503
- Fix Server Notifications expansion state by @richardkmichael in #512
- feat: add "Copy JSON" button by @fveiraswww in #567
- chore: bump version to 0.16.0 by @olaservo in #589
New Contributors
- @baruchiro made their first contribution in #473
- @sebastian93921 made their first contribution in #500
- @nabuskey made their first contribution in #554
- @fveiraswww made their first contribution in #567
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Re-enable inspector auto-open & reloads post security fixes by @felixweinberger in #513
- docs: Update project organization in CLAUDE.md by @richardkmichael in #545
- [auth] Add resource compatibility to debugger (RFC 8707) by @pcarleton in #526
- Add a Playwright e2e test by @msabramo in #460
- Feat/cli http by @ryanjclark in #479
- chore: Update radix-ui components and icons by @richardkmichael in #557
- Bump version to 0.15.0 and bump sdk to 0.13.1 by @olaservo in #560
New Contributors
- @felixweinberger made their first contribution in #513
- @QuantGeekDev made their first contribution in #532
- @richardkmichael made their first contribution in #545
- @ryanjclark made their first contribution in #479
Full Changelog: 0.14.3...0.15.0
0.14.3
What's Changed
- Containerising inspector by @aaronpowell in #257
- feat: add version management scripts and CI check by @jerome3o-anthropic in #511
- Bump version to 0.14.3 by @cliffhall in #522
New Contributors
- @aaronpowell made their first contribution in #257
Full Changelog: 0.14.2...0.14.3
0.14.2
Fixing up a bug with the new proxy auth
What's Changed
- fix: use X-MCP-Proxy-Auth header for proxy authentication by @jerome3o-anthropic in #509
- Bumped all versions to 0.14.2 by @jerome3o-anthropic in #510
Full Changelog: 0.14.1...0.14.2