Releases: MCPJam/inspector
Release v0.9.19
Download
- macOS DMG: MCPJam Inspector.dmg
- macOS ZIP: MCPJam Inspector ZIP
Both files are notarized and stapled for seamless installation on macOS.
Auto-generated release
This release was automatically built and notarized by GitHub Actions.
Release v0.9.18
Download
- macOS DMG: MCPJam Inspector.dmg
- macOS ZIP: MCPJam Inspector ZIP
Both files are notarized and stapled for seamless installation on macOS.
Auto-generated release
This release was automatically built and notarized by GitHub Actions.
Release v0.9.17
Download for Windows
- Windows Installer: MCPJam Inspector Setup.exe
The installer is code-signed and ready for installation on Windows.
Auto-generated release
This release was automatically built and signed by GitHub Actions.
Release v0.9.16
Download
- macOS DMG: MCPJam Inspector.dmg
- macOS ZIP: MCPJam Inspector ZIP
Both files are notarized and stapled for seamless installation on macOS.
Auto-generated release
This release was automatically built and notarized by GitHub Actions.
Release v0.9.15
Download
- macOS DMG: MCPJam Inspector.dmg
- macOS ZIP: MCPJam Inspector ZIP
Both files are notarized and stapled for seamless installation on macOS.
Auto-generated release
This release was automatically built and notarized by GitHub Actions.
Release v0.9.14-manual
Download
- macOS DMG: MCPJam Inspector.dmg
- macOS ZIP: MCPJam Inspector ZIP
Both files are notarized and stapled for seamless installation on macOS.
Auto-generated release
This release was automatically built and notarized by GitHub Actions.
v0.9.3
What's Changed
- fix: Remove Client ID Field from ServerConnectionCard by @suryapratap04 in #306
- Use refresh token to get new auth token by @matteo8p in #303
- Mcp oauth change by @matteo8p in #313
- OAuth with
client_secret_postby @matteo8p in #314 - Add Types for Oauth Tokens by @SachinSinghYadav in #309
- Add the ability to edit server configs by @matteo8p in #316
- Feat: add playground elicitation support by @meAmitPatil in #317
- Show Refresh Token by @suryapratap04 in #319
- [Migration] Create hono server by @oso-jukumari in #320
- [Migration] Remove Nextjs code by @oso-jukumari in #328
- Change package-lock & move prompt by @matteo8p in #330
- feat: changed "MCP inspector" to "MCPJam Inspector" + svg by @r2hu1 in #333
- chore: add contentfulStatusCode type by @and1can in #334
- Update README.md by @matteo8p in #335
- Add docker support for v1 by @oso-jukumari in #336
- Add Docker support for simple deployment by @oso-jukumari in #340
- Fix oauth for hono + vite version by @oso-jukumari in #341
- cors 2 by @matteo8p in #342
- feat: changed 8080 to 3000 by @r2hu1 in #344
- Electron desktop by @oso-jukumari in #346
- feat: truncate text component to concat text and allow view all in a dialog by @zhuminghui17 in #347
- oauth by @matteo8p in #351
- Feat: add CLI MCP server auto-connect support by @meAmitPatil in #350
- Add Apache 2.0 license by @matteo8p in #353
- Add Oauth tooling by @oso-jukumari in #358
- feat(client): add dismiss toast button in sonner.tsx by @HaseethVardhan in #360
- Add more contents on README by @matteo8p in #361
- Changed icon for prompts and resources by @SachinSinghYadav in #365
- Added Icon in Add & Edit MCP Server by @SachinSinghYadav in #364
- Changed Dropdown from HTTP to HTTP/SSE by @SachinSinghYadav in #363
- feat(client): add client ID logic to EditServerModal.tsx by @Damon-Thomas in #367
- We wanted to refactor and fix types by @matteo8p in #368
- Tools search input by @zhuminghui17 in #370
- Improve the UI for settings by @ArinPrajapati in #371
- Add Oauth Flow Progress by @oso-jukumari in #362
- Only pass oauth scopes if user sets them by @oso-jukumari in #376
- Upgrade mastra by @meAmitPatil in #378
- Added Cloude.md by @ajinkyaspatil20 in #374
- Let the user change the system prompt of the chat agent by @oso-jukumari in #384
- Add feedback button by @thapabishal21dev in #388
- Text encoder type fix by @matteo8p in #390
- Simplify the navigation logic by @matteo8p in #395
- Pre-registered Client ID as fallback to DCR by @matteo8p in #381
- improve system prompt ui by @matteo8p in #397
- feat: Implement structured output validation for tool output by @Yashkanekar in #380
- Update README to add connection examples by @matteo8p in #400
- Integrate mcp-ui client into product by @oso-jukumari in #377
New Contributors
- @suryapratap04 made their first contribution in #306
- @SachinSinghYadav made their first contribution in #309
- @r2hu1 made their first contribution in #333
- @and1can made their first contribution in #334
- @HaseethVardhan made their first contribution in #360
- @Damon-Thomas made their first contribution in #367
- @ArinPrajapati made their first contribution in #371
- @ajinkyaspatil20 made their first contribution in #374
- @thapabishal21dev made their first contribution in #388
- @Yashkanekar made their first contribution in #380
Full Changelog: 0.8.2...v0.9.3
v0.8.2
What's Changed
- Clicking the ping tab makes the page unresponsive #142 by @Prajwal18-MD in #230
- Revert "Clicking the ping tab makes the page unresponsive #142" by @matteo8p in #233
- rename chat to LLM playground by @pushdabutton in #236
- Ping by @Prajwal18-MD in #235
- Fixes for Elicitation by @odrobnik in #232
- migrate to single entrypoint by @matteo8p in #238
- clean up logic by @matteo8p in #239
- fix streamable by @matteo8p in #240
- Fix auth on streamable HTTP by @matteo8p in #241
- Pushing out Product Spec for v.1.0.0 by @mattasana in #249
- Next js demo by @matteo8p in #251
- Hackathon 1 by @matteo8p in #263
- feat: add option to initialize mcp-connection with streamable http by @mozmo15 in #261
- Nice nits by @matteo8p in #269
- fix(v1.0.0): temporarily remove profile icon in header by @meAmitPatil in #268
- Add option for no auth by @matteo8p in #270
- Added left padding to the Model Settings by @Ter229 in #246
- V1 0 0 elicitation 1 by @matteo8p in #272
- refactor(v1.0.0): modernize resources tab design and UX by @meAmitPatil in #273
- ports by @matteo8p in #274
- feat(v1-0-0): Add cursor pointer to 'Add Variable' button by @cabralfbenja in #277
- fix(client): resolve issue with refresh button don't changing the cursor to pointer on hover by @VictorVazquez513 in #279
- fix(prompts-page): made prompts-page better/similar to toolstab by @heyysiri in #278
- fix(v1.0.0): display manual Bearer tokens in server connection cards by @meAmitPatil in #280
- Update README.md by @matteo8p in #281
- Clean up use chat by @matteo8p in #282
- Fix Prompts UI by @matteo8p in #283
- Logging attempt 1 by @matteo8p in #284
- V1 0 0 playground model selector by @zhuminghui17 in #294
- refactor(logging): refactor TracingTab component and introduce LogCard for better log entry display by @zhuminghui17 in #290
- fix: improve spacing between logo and title in ProviderCard (fixes #245) by @SandhyaR1007 in #248
- Ollama implementation by @matteo8p in #297
- fix token selection by @matteo8p in #298
- fix oauth by @matteo8p in #299
- README by @matteo8p in #300
New Contributors
- @pushdabutton made their first contribution in #236
- @odrobnik made their first contribution in #232
- @mozmo15 made their first contribution in #261
- @meAmitPatil made their first contribution in #268
- @Ter229 made their first contribution in #246
- @cabralfbenja made their first contribution in #277
- @VictorVazquez513 made their first contribution in #279
- @heyysiri made their first contribution in #278
- @SandhyaR1007 made their first contribution in #248
Full Changelog: 0.3.6...0.8.2
0.3.6
What's Changed
- Adjusted the max-h and space-y by @Prajwal18-MD in #181
- fix: support multiple servers from config file without --server flag by @oso-jukumari in #186
- feat(utils): add pluralization utility for improved server and tool count display in Chat component. by @zhuminghui17 in #185
- Add comprehensive libSQL database foundation for MCPJam Inspector by @oso-jukumari in #189
- feat: Update README.md with docker pulls by @devpool007 in #197
- feat(client): add copy logs functionality to TabbedHistoryPanel by @zhuminghui17 in #188
- Created the base infrastructure for the MCPProxyService extraction by @oso-jukumari in #199
- TransportFactory Implementation by @oso-jukumari in #200
- MCPProxyService Implementation by @oso-jukumari in #201
- Use new MCPProxyService in the server by @oso-jukumari in #203
- Fix: Copy icon only shows up on hover [#202] by @divyanshsirohi in #206
- PR196 by @matteo8p in #208
- Bug Fix: totalTools replaced with totalAvailableTools by @divyanshsirohi in #207
- Fixed#150 by @IgnacioC44 in #210
- New sidebar component by @matteo8p in #213
- Shorten string by @zhuminghui17 in #219
- feat(ui): add explanatory tooltip for client name validation error. Resolves #198 by @NIGHTFURY609 in #221
- feat(ui): Add auto-scroll feature after importing servers and implement scroll container reference by @zhuminghui17 in #218
- Implement Test Server by @oso-jukumari in #222
- update contributing.md by @matteo8p in #223
- Test Runner Initial Impl by @oso-jukumari in #224
- Collapse tool call results if the tool call is too long #205 by @Prajwal18-MD in #226
- Add button to collapse/expand server tools by @zamora-carlos in #227
- refactor(sidebar): rename client-related functions to connection-related in Sidebar component by @zhuminghui17 in #214
New Contributors
- @devpool007 made their first contribution in #197
- @IgnacioC44 made their first contribution in #210
- @NIGHTFURY609 made their first contribution in #221
- @zamora-carlos made their first contribution in #227
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- fixed-lightning-options by @nachoj444 in #137
- add copy icon on logs component by @Harits19 in #154
- Full width by @matteo8p in #143
- Replace amber colors with blue-gray in ToolCallApproval (#156) by @divyanshsirohi in #158
- feat(client): Move trash to the top bar by @OmarBustamante in #164
- feat(cli): add clickable console URLs by @zhuminghui17 in #163
- Delayed client name validation by @zhuminghui17 in #161
- fix(ui): set default state of isManualConfigExpanded to true in ChatFormSection by @zhuminghui17 in #160
- feat(client): implement port auto-discovery by @zhuminghui17 in #162
- Fix: Replaced the gear icon in the chat dropdown with a tool icon by @divyanshsirohi in #159
- fix: standardize tool icons to match tab design pattern by @nathija-nimantha in #174
- Fix: added a tooltip to the button upon hover by @divyanshsirohi in #169
- Reuse types for RequestHistoryInfo #168 by @Prajwal18-MD in #175
- (Creative) Improve the History pane UI #167 by @Prajwal18-MD in #177
- Removed Pending tools by @Prajwal18-MD in #179
New Contributors
- @nachoj444 made their first contribution in #137
- @Harits19 made their first contribution in #154
- @divyanshsirohi made their first contribution in #158
- @OmarBustamante made their first contribution in #164
- @zhuminghui17 made their first contribution in #163
- @nathija-nimantha made their first contribution in #174
- @Prajwal18-MD made their first contribution in #175
Full Changelog: 0.3.4...0.3.5