@mcpjam/inspector 0.9.29 → 0.9.40
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/LICENSE +6 -1
- package/README.md +2 -0
- package/dist/client/assets/index-CCuklX30.js +1840 -0
- package/dist/client/assets/index-CCuklX30.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 +2581 -3307
- package/dist/server/index.js.map +1 -1
- package/package.json +9 -8
- package/dist/client/assets/index-CQYNn-KI.js +0 -1773
- package/dist/client/assets/index-CQYNn-KI.js.map +0 -1
- package/dist/client/assets/index-n_nZRL9H.css +0 -1
package/.env.production
CHANGED
package/LICENSE
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
Copyright 2025 MCPJam
|
|
1
|
+
Copyright (c) 2025-present MCPJam Inc
|
|
2
|
+
|
|
3
|
+
Portions of this software are licensed as follows:
|
|
4
|
+
|
|
5
|
+
* All content residing under the "evals-cli/" directory of this repository, if that directory exists, is licensed under the license defined in evals-cli/LICENSE.
|
|
6
|
+
* Content outside of the above mentioned directories or restrictions above is available under the "Apache License" license as defined below.
|
|
2
7
|
|
|
3
8
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
9
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
## MCP Server Testing Tool
|
|
12
12
|
|
|
13
|
+
www.mcpjam.com
|
|
14
|
+
|
|
13
15
|
[](https://www.npmjs.com/package/@mcpjam/inspector)
|
|
14
16
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
15
17
|
[](https://discord.gg/JEnDtz8X6z)
|