Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-14 | 5.8 kB | |
v0.9.3 source code.tar.gz | 2025-08-14 | 1.4 MB | |
v0.9.3 source code.zip | 2025-08-14 | 1.5 MB | |
Totals: 3 Items | 2.9 MB | 0 |
What's Changed
- fix: Remove Client ID Field from ServerConnectionCard by @suryapratap04 in https://github.com/MCPJam/inspector/pull/306
- Use refresh token to get new auth token by @matteo8p in https://github.com/MCPJam/inspector/pull/303
- Mcp oauth change by @matteo8p in https://github.com/MCPJam/inspector/pull/313
- OAuth with
client_secret_post
by @matteo8p in https://github.com/MCPJam/inspector/pull/314 - Add Types for Oauth Tokens by @SachinSinghYadav in https://github.com/MCPJam/inspector/pull/309
- Add the ability to edit server configs by @matteo8p in https://github.com/MCPJam/inspector/pull/316
- Feat: add playground elicitation support by @meAmitPatil in https://github.com/MCPJam/inspector/pull/317
- Show Refresh Token by @suryapratap04 in https://github.com/MCPJam/inspector/pull/319
- [Migration] Create hono server by @oso-jukumari in https://github.com/MCPJam/inspector/pull/320
- [Migration] Remove Nextjs code by @oso-jukumari in https://github.com/MCPJam/inspector/pull/328
- Change package-lock & move prompt by @matteo8p in https://github.com/MCPJam/inspector/pull/330
- feat: changed "MCP inspector" to "MCPJam Inspector" + svg by @r2hu1 in https://github.com/MCPJam/inspector/pull/333
- chore: add contentfulStatusCode type by @and1can in https://github.com/MCPJam/inspector/pull/334
- Update README.md by @matteo8p in https://github.com/MCPJam/inspector/pull/335
- Add docker support for v1 by @oso-jukumari in https://github.com/MCPJam/inspector/pull/336
- Add Docker support for simple deployment by @oso-jukumari in https://github.com/MCPJam/inspector/pull/340
- Fix oauth for hono + vite version by @oso-jukumari in https://github.com/MCPJam/inspector/pull/341
- cors 2 by @matteo8p in https://github.com/MCPJam/inspector/pull/342
- feat: changed 8080 to 3000 by @r2hu1 in https://github.com/MCPJam/inspector/pull/344
- Electron desktop by @oso-jukumari in https://github.com/MCPJam/inspector/pull/346
- feat: truncate text component to concat text and allow view all in a dialog by @zhuminghui17 in https://github.com/MCPJam/inspector/pull/347
- oauth by @matteo8p in https://github.com/MCPJam/inspector/pull/351
- Feat: add CLI MCP server auto-connect support by @meAmitPatil in https://github.com/MCPJam/inspector/pull/350
- Add Apache 2.0 license by @matteo8p in https://github.com/MCPJam/inspector/pull/353
- Add Oauth tooling by @oso-jukumari in https://github.com/MCPJam/inspector/pull/358
- feat(client): add dismiss toast button in sonner.tsx by @HaseethVardhan in https://github.com/MCPJam/inspector/pull/360
- Add more contents on README by @matteo8p in https://github.com/MCPJam/inspector/pull/361
- Changed icon for prompts and resources by @SachinSinghYadav in https://github.com/MCPJam/inspector/pull/365
- Added Icon in Add & Edit MCP Server by @SachinSinghYadav in https://github.com/MCPJam/inspector/pull/364
- Changed Dropdown from HTTP to HTTP/SSE by @SachinSinghYadav in https://github.com/MCPJam/inspector/pull/363
- feat(client): add client ID logic to EditServerModal.tsx by @Damon-Thomas in https://github.com/MCPJam/inspector/pull/367
- We wanted to refactor and fix types by @matteo8p in https://github.com/MCPJam/inspector/pull/368
- Tools search input by @zhuminghui17 in https://github.com/MCPJam/inspector/pull/370
- Improve the UI for settings by @ArinPrajapati in https://github.com/MCPJam/inspector/pull/371
- Add Oauth Flow Progress by @oso-jukumari in https://github.com/MCPJam/inspector/pull/362
- Only pass oauth scopes if user sets them by @oso-jukumari in https://github.com/MCPJam/inspector/pull/376
- Upgrade mastra by @meAmitPatil in https://github.com/MCPJam/inspector/pull/378
- Added Cloude.md by @ajinkyaspatil20 in https://github.com/MCPJam/inspector/pull/374
- Let the user change the system prompt of the chat agent by @oso-jukumari in https://github.com/MCPJam/inspector/pull/384
- Add feedback button by @thapabishal21dev in https://github.com/MCPJam/inspector/pull/388
- Text encoder type fix by @matteo8p in https://github.com/MCPJam/inspector/pull/390
- Simplify the navigation logic by @matteo8p in https://github.com/MCPJam/inspector/pull/395
- Pre-registered Client ID as fallback to DCR by @matteo8p in https://github.com/MCPJam/inspector/pull/381
- improve system prompt ui by @matteo8p in https://github.com/MCPJam/inspector/pull/397
- feat: Implement structured output validation for tool output by @Yashkanekar in https://github.com/MCPJam/inspector/pull/380
- Update README to add connection examples by @matteo8p in https://github.com/MCPJam/inspector/pull/400
- Integrate mcp-ui client into product by @oso-jukumari in https://github.com/MCPJam/inspector/pull/377
New Contributors
- @suryapratap04 made their first contribution in https://github.com/MCPJam/inspector/pull/306
- @SachinSinghYadav made their first contribution in https://github.com/MCPJam/inspector/pull/309
- @r2hu1 made their first contribution in https://github.com/MCPJam/inspector/pull/333
- @and1can made their first contribution in https://github.com/MCPJam/inspector/pull/334
- @HaseethVardhan made their first contribution in https://github.com/MCPJam/inspector/pull/360
- @Damon-Thomas made their first contribution in https://github.com/MCPJam/inspector/pull/367
- @ArinPrajapati made their first contribution in https://github.com/MCPJam/inspector/pull/371
- @ajinkyaspatil20 made their first contribution in https://github.com/MCPJam/inspector/pull/374
- @thapabishal21dev made their first contribution in https://github.com/MCPJam/inspector/pull/388
- @Yashkanekar made their first contribution in https://github.com/MCPJam/inspector/pull/380
Full Changelog: https://github.com/MCPJam/inspector/compare/0.8.2...v0.9.3