@mcpjam/inspector 1.0.2 → 1.0.3
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/README.md
CHANGED
|
@@ -18,17 +18,18 @@ www.mcpjam.com
|
|
|
18
18
|
<br/>
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
MCPJam inspector is an open source testing platform for MCP servers. It’s a great place to start evaluating an MCP server by inspecting the protocol handshake and getting a deterministic list of tools, resources, prompts from the server.
|
|
22
22
|
|
|
23
23
|
## Key Features
|
|
24
24
|
|
|
25
|
-
| Feature
|
|
26
|
-
|
|
|
27
|
-
| **Protocol handshake testing**
|
|
28
|
-
| **All transports supported**
|
|
29
|
-
| **LLM Playground**
|
|
30
|
-
| **Evals testing**
|
|
31
|
-
| **Multiple server
|
|
25
|
+
| Feature | Description |
|
|
26
|
+
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
|
27
|
+
| **Protocol handshake testing** | Test your MCP server's tools, resources, prompts, elicitation, and OAuth 2. MCPJam is compliant with the latest MCP specs. |
|
|
28
|
+
| **All transports supported** | Connect to any MCP server. MCPJam inspector supports STDIO, SSE, and Streamable HTTP transports. |
|
|
29
|
+
| **LLM Playground** | Integrated chat playground with OpenAI, Anthropic Claude, and Ollama model support. Test how your MCP server would behave against an LLM |
|
|
30
|
+
| **Evals testing** | Simulate users flows to catch security vulnerabilities and performance regressions before your server hits production. |
|
|
31
|
+
| **Multiple server connections** | Connect to multiple MCP servers. Save configurations. Upgraded UI/UX for modern dev experience. |
|
|
32
|
+
| **MCP-UI and OpenAI Apps SDK support** | Test your MCP server's implementation of MCP-UI or OpenAI Apps SDK |
|
|
32
33
|
|
|
33
34
|
## 📸 Screenshots
|
|
34
35
|
|
|
@@ -55,6 +56,25 @@ A developer tool for testing, debugging Model Context Protocol (MCP) servers. It
|
|
|
55
56
|
|
|
56
57
|
</details>
|
|
57
58
|
|
|
59
|
+
## 🎉 Open AI Apps SDK support now in beta!
|
|
60
|
+
|
|
61
|
+
Start up the MCPJam inspector in beta:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npx @mcpjam/inspector@beta
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
<img alt="OpenAI Apps SDK Demo" src="./client/public/apps_sdk_pizza.png">
|
|
68
|
+
|
|
69
|
+
Developing with Apps SDK is pretty restricted right now as it requires ChatGPT developer mode access and an OpenAI partner to approve access. We wanted to make that more accessible for developers today by putting it in an open source project, give y’all a head start.
|
|
70
|
+
|
|
71
|
+
Test your Apps SDK app with:
|
|
72
|
+
|
|
73
|
+
- Tools tab. Deterministically call tools and view your UI
|
|
74
|
+
- LLM playground to see your Apps SDK UI in a chat environment
|
|
75
|
+
|
|
76
|
+
The feature is in beta, and still needs polishing. Please report any bugs in the issues tab. We encourage the community to contibute!
|
|
77
|
+
|
|
58
78
|
## 🚀 Quick Start
|
|
59
79
|
|
|
60
80
|
Start up the MCPJam inspector:
|
|
Binary file
|