@cocaxcode/api-testing-mcp 0.8.1 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +18 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cocaxcode/api-testing-mcp",
3
- "version": "0.8.1",
4
- "description": "MCP server for API testing. 20 tools: HTTP requests, assertions, flows, OpenAPI import, mock data, load testing. Zero cloud dependencies.",
3
+ "version": "0.8.2",
4
+ "description": "The most complete MCP server for API testing. 27 tools: HTTP requests, assertions, request flows, OpenAPI import, mock data, load testing, collections, environments, cURL export, response diffing. Zero config, zero dependencies.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "api-testing-mcp": "dist/index.js"
@@ -28,19 +28,27 @@
28
28
  "keywords": [
29
29
  "mcp",
30
30
  "mcp-server",
31
- "api-testing",
32
- "http",
33
- "rest",
34
31
  "model-context-protocol",
35
- "claude",
36
- "claude-desktop",
37
- "cursor",
38
- "ai-tools",
32
+ "api-testing",
33
+ "api-tester",
34
+ "http-client",
35
+ "rest-api",
39
36
  "openapi",
40
37
  "swagger",
41
38
  "load-testing",
42
39
  "mock-data",
43
- "postman-alternative"
40
+ "assertions",
41
+ "curl",
42
+ "postman-alternative",
43
+ "claude",
44
+ "claude-code",
45
+ "claude-desktop",
46
+ "cursor",
47
+ "windsurf",
48
+ "codex",
49
+ "gemini-cli",
50
+ "ai-tools",
51
+ "ai-agent"
44
52
  ],
45
53
  "author": "cocaxcode",
46
54
  "license": "MIT",