Releases: modelcontextprotocol/inspector
Releases · modelcontextprotocol/inspector
0.19.0
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
- Update docker launch command by @cliffhall in #972
- Show description for anyOf fields in JSON editor by @DaleSeo in #974
- Allow Claude to code review PRs from forks by @cliffhall in #1001
- fix: detect 401 errors from
StreamableHTTPtransport in client by @thinhtpt-dev in #999 - Update typescript sdk to 1.25.2 by @olaservo in #1004
- Add a toast on connection error by @howardjohn in #765
- fix: OAuth DCR scope field compliance and error handling by @asoorm in #1003
- Fix failure to extract resource metadata url from WWW-authenticate header by @cliffhall in #924
- Converted CLI tests to use vitest by @BobDickinson in #1012
- Update LICENSE and package.json for Linux Foundation transition by @Copilot in #1018
- Add MCP docs server to Claude Code GitHub Action by @olaservo in #937
- Add Tasks support by @cliffhall in #1013
- Bump version to 0.19.0 by @olaservo in #1029
- Fix async sampling test by @cliffhall in #1035
New Contributors
- @DaleSeo made their first contribution in #963
- @Vijaydaswani made their first contribution in #968
- @bolinfest made their first contribution in #926
- @thinhtpt-dev made their first contribution in #999
- @howardjohn made their first contribution in #765
- @asoorm made their first contribution in #1003
- @BobDickinson made their first contribution in #1012
- @Copilot made their first contribution in #1018
Full Changelog: 0.17.5...0.19.0-hotfix
0.18.0
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
- @DaleSeo made their first contribution in #963
- @Vijaydaswani made their first contribution in #968
- @bolinfest made their first contribution in #926
Full Changelog: 0.17.5...0.18.0
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