Releases: modelcontextprotocol/inspector
Releases · modelcontextprotocol/inspector
0.17.5
What's Changed
- zod4 compatibility fixed for CI by @evalstate in #939
- Fix ReadableStream controller double-close crash by @felixweinberger in #940
- fix: proper stream cleanup and transport close on disconnect by @felixweinberger in #941
- mcp: add icon + website for testing SEP-973 by @jesselumarie in #778
- Bump version to 0.17.5 by @cliffhall in #954
New Contributors
- @jesselumarie made their first contribution in #778
Full Changelog: 0.17.3...0.17.5
0.17.4
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
- @yanOO1497 made their first contribution in #889
- @koic made their first contribution in #903
- @stdevi made their first contribution in #871
- @vincent0426 made their first contribution in #902
Full Changelog: 0.17.2...0.17.4
0.17.3
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
- @yanOO1497 made their first contribution in #889
- @koic made their first contribution in #903
- @stdevi made their first contribution in #871
- @vincent0426 made their first contribution in #902
Full Changelog: 0.17.2...0.17.3
0.17.2
What's Changed
- fix: lock get-intrinsic to 1.3.0 to avoid generator-function dependency by @antonpk1 in #870
- Increase default request timeout to 5 minutes for elicitation support by @bhosmer-ant in #875
- Add input validation guidelines and fix the case where there are null defaults or tri-state booleans by @olaservo in #849
- Bump TS SDK to latest + npm audit fix by @cliffhall in #883
- Version bump 0.17.2 by @olaservo in #886
New Contributors
Full Changelog: 0.17.1...0.17.2
0.17.1
What's Changed
- Fix cli package.json import by @cliffhall in #839
- Update link to actual mcp revision introducing protected resource metadata endpoint by @fredericbarthelet in #819
- Fix issue 766 - Completions not populated until you start typing by @pja-ant in #767
- fix: prevent long unbreakable words in alert messages from overflowing by @Anil567849 in #851
- Move agent instructions to AGENTS.md by @olaservo in #848
- Add enum parameter support in ToolsTab component and corresponding tests by @olaservo in #842
ToolsTab: truncate longer tool descriptions for nicer rendering by @ksinder in #823- Add client secret option by @crondinini-ant in #859
- Bump vite from 6.3.5 to 6.3.6 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #791
- fix wrong role default value by @JavaProgrammerLB in #797
- Add copy functionality to JsonView component by @ln-12 in #761
- Fix linter complaints by @cliffhall in #858
- Add support for specifying
nullvalues for tool fields by @gregsaab in #850 - Fix duplicate OAuth redirect URIs by @cliffhall in #862
- Bump version to 0.17.1 by @olaservo in #865
New Contributors
- @pja-ant made their first contribution in #767
- @Anil567849 made their first contribution in #851
- @ksinder made their first contribution in #823
- @crondinini-ant made their first contribution in #859
- @JavaProgrammerLB made their first contribution in #797
- @gregsaab made their first contribution in #850
Full Changelog: 0.17.0...0.17.1
0.17.0
What's Changed
- Allow bypassing proxy with Connection Type dropdown by @cliffhall in #810
- feat: Add search capability to the ListPane component to allow users to filter resources, prompts and tools by @cameronldroberts in #727
- fix: hard-coded CLI inspector version by @richardkmichael in #544
- Revert "fix: filter out client_secret when storing OAuth client information" by @pcarleton in #827
- fix: Validate JSON parameters before tool execution by @nandsha in #528
- Fix optional arrays/objects issue #771 by @JMLX42 in #772
- Update ToolsTab parameter handling to omit optional empty fields by @olaservo in #625
- Bump Inspector version to 0.17.0 by @cliffhall in #833
- fix: enhance OAuth token handling in useConnection hook to prevent infinite auth loops by @kentcdodds in #830
New Contributors
- @cameronldroberts made their first contribution in #727
- @JMLX42 made their first contribution in #772
Full Changelog: 0.16.8...0.17.0
0.16.8
What's Changed
- feat: Copy the tool input parameters by @alex210501 in #662
- Add support for custom headers and migrate from legacy auth by @Jeetulsamaiya in #751
- Fix stateless StreamableHttp connections by @cliffhall in #806
- Fix OAuth redirect URI mismatch in debug flow by @bhosmer-ant in #801
- Polyfill Headers in proxy with node-fetch by @cliffhall in #813
- chore: bump version to 0.16.8 by @olaservo in #808
New Contributors
- @alex210501 made their first contribution in #662
- @Jeetulsamaiya made their first contribution in #751
Full Changelog: 0.16.7...0.16.8
0.16.7
What's Changed
- feat: add clear buttons for request history and server notifications by @ln-12 in #781
- fix: correct authState.authorizationUrl type to URL by @max-stytch in #786
- Implement dynamic header injection for proxy transports. by @cliffhall in #787
- fix: toast message when copying server entry for a Streamable HTTP transport URL by @wei in #789
- Bump TS SDK to 1.18.0 by @cliffhall in #798
- chore: bump version to 0.16.7 by @olaservo in #799
New Contributors
Full Changelog: 0.16.6...0.16.7
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-animateshould 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