@cocaxcode/api-testing-mcp 0.5.6 → 0.5.7

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ No cloud accounts. No subscriptions. Everything runs locally and stores data as
43
43
  ### Claude Code
44
44
 
45
45
  ```bash
46
- claude mcp add api-testing -- npx -y @cocaxcode/api-testing-mcp
46
+ claude mcp add api-testing -- npx -y @cocaxcode/api-testing-mcp@latest
47
47
  ```
48
48
 
49
49
  ### Claude Desktop
@@ -58,7 +58,7 @@ Add to your config file:
58
58
  "mcpServers": {
59
59
  "api-testing": {
60
60
  "command": "npx",
61
- "args": ["-y", "@cocaxcode/api-testing-mcp"]
61
+ "args": ["-y", "@cocaxcode/api-testing-mcp@latest"]
62
62
  }
63
63
  }
64
64
  }
@@ -73,7 +73,7 @@ Add to `.cursor/mcp.json` in your project root (or `~/.cursor/mcp.json` for glob
73
73
  "mcpServers": {
74
74
  "api-testing": {
75
75
  "command": "npx",
76
- "args": ["-y", "@cocaxcode/api-testing-mcp"]
76
+ "args": ["-y", "@cocaxcode/api-testing-mcp@latest"]
77
77
  }
78
78
  }
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocaxcode/api-testing-mcp",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "MCP server for API testing. 20 tools: HTTP requests, assertions, flows, OpenAPI import, mock data, load testing. Zero cloud dependencies.",
5
5
  "type": "module",
6
6
  "bin": {