@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 +1 -0
- package/README.md +11 -0
- package/dist/client/assets/index-Bvs-Cjtw.js +1840 -0
- package/dist/client/assets/index-Bvs-Cjtw.js.map +1 -0
- package/dist/client/assets/index-DFXvw0hZ.css +1 -0
- package/dist/client/index.html +2 -2
- package/dist/client/meta_logo.svg +19 -0
- package/dist/server/index.js +724 -2847
- package/dist/server/index.js.map +1 -1
- package/package.json +9 -8
- package/dist/client/assets/index-C-QuZtSh.css +0 -1
- package/dist/client/assets/index-CUrBZlwd.js +0 -1813
- package/dist/client/assets/index-CUrBZlwd.js.map +0 -1
package/.env.production
CHANGED
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
|
[](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>
|