mcpspec 1.0.1 → 1.0.2
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 +7 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/light-handle/mcpspec/main/mcpspec.png" alt="MCPSpec" width="200" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
<h1 align="center">MCPSpec</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center"><strong>The complete testing, debugging, and quality platform for MCP servers.</strong></p>
|
|
4
8
|
|
|
5
9
|
MCPSpec is Postman for [Model Context Protocol](https://modelcontextprotocol.io) — test collections, interactive inspection, security auditing, performance benchmarking, auto-generated docs, and a quality scoring system. Works from the CLI, in CI/CD, or through a full web UI.
|
|
6
10
|
|
|
@@ -387,7 +391,7 @@ Key design decisions:
|
|
|
387
391
|
## Development
|
|
388
392
|
|
|
389
393
|
```bash
|
|
390
|
-
git clone https://github.com/
|
|
394
|
+
git clone https://github.com/light-handle/mcpspec.git
|
|
391
395
|
cd mcpspec
|
|
392
396
|
pnpm install
|
|
393
397
|
pnpm build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcpspec",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "The definitive MCP server testing platform",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/light-handle/mcpspec.git",
|
|
23
23
|
"directory": "packages/cli"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@inquirer/prompts": "^7.0.0",
|
|
30
30
|
"commander": "^12.1.0",
|
|
31
31
|
"open": "^10.1.0",
|
|
32
|
-
"@mcpspec/core": "1.0.
|
|
33
|
-
"@mcpspec/shared": "1.0.
|
|
34
|
-
"@mcpspec/server": "1.0.
|
|
32
|
+
"@mcpspec/core": "1.0.2",
|
|
33
|
+
"@mcpspec/shared": "1.0.2",
|
|
34
|
+
"@mcpspec/server": "1.0.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"tsup": "^8.0.0",
|