@mcpjam/inspector 0.9.30 → 0.9.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.production CHANGED
@@ -1,3 +1,4 @@
1
1
  VITE_CONVEX_URL=https://outstanding-fennec-304.convex.cloud
2
2
  VITE_WORKOS_CLIENT_ID=client_01K4C1TVPBE7JTBFQJF9SDW9P9
3
3
  VITE_WORKOS_REDIRECT_URI=mcpjam://oauth/callback
4
+ CONVEX_HTTP_URL=https://outstanding-fennec-304.convex.site
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  <br/>
10
10
 
11
11
  ## MCP Server Testing Tool
12
+
12
13
  www.mcpjam.com
13
14
 
14
15
  [![npm version](https://img.shields.io/npm/v/@mcpjam/inspector?style=for-the-badge&color=blue)](https://www.npmjs.com/package/@mcpjam/inspector)
@@ -228,3 +229,13 @@ This project is licensed under the **Apache License 2.0** - see the [LICENSE](LI
228
229
  [🌐 Website](https://mcpjam.com) • [📖 Docs](https://modelcontextprotocol.io/) • [🐛 Issues](https://github.com/MCPJam/inspector/issues)
229
230
 
230
231
  </div>
232
+
233
+
234
+ # ⭐ Star History
235
+ <a href="https://star-history.com/#MCPJam/inspector&Date">
236
+ <picture>
237
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=MCPJam/inspector&type=Date&theme=dark" />
238
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=MCPJam/inspector&type=Date" />
239
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=MCPJam/inspector&type=Date" />
240
+ </picture>
241
+ </a>