@cocaxcode/api-testing-mcp 0.8.3 → 0.9.0
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 +63 -12
- package/dist/index.js +247 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocaxcode/api-testing-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "The most complete MCP server for API testing.
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "The most complete MCP server for API testing. 29 tools: HTTP requests, assertions, request flows, OpenAPI import, mock data, load testing, collections, environments, Postman export, cURL export, response diffing. Zero config, zero dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"api-testing-mcp": "dist/index.js"
|
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
"assertions",
|
|
41
41
|
"curl",
|
|
42
42
|
"postman-alternative",
|
|
43
|
+
"postman-export",
|
|
44
|
+
"postman-collection",
|
|
43
45
|
"claude",
|
|
44
46
|
"claude-code",
|
|
45
47
|
"claude-desktop",
|