@democratize-quality/mcp-server 1.1.4 → 1.1.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ npx @democratize-quality/mcp-server@latest --agents
24
24
 
25
25
  ## 🎥 Video Tutorial
26
26
 
27
- [![Watch: API Test Agents Walkthrough](dq-api-test-agent.png)](https://www.youtube.com/watch?v=aEpdALTMCos)
27
+ [![Watch: API Test Agents Walkthrough](./dq-api-test-agent.png)](https://www.youtube.com/watch?v=aEpdALTMCos)
28
28
 
29
29
  **[▶️ Watch the complete walkthrough](https://www.youtube.com/watch?v=aEpdALTMCos)** - Learn how to use the API Test Agents to build comprehensive test coverage for REST and GraphQL APIs.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@democratize-quality/mcp-server",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "mcpServer.js",
5
5
  "bin": {
6
6
  "democratize-quality-mcp": "cli.js",