@fasttest-ai/qa-agent 1.0.0 → 1.0.1

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
@@ -67,9 +67,9 @@ Add to your MCP configuration:
67
67
  Once installed, just ask your coding agent:
68
68
 
69
69
  ```
70
- "Test the login flow on http://localhost:3000"
71
- "Explore my app at http://localhost:5173 and find all testable flows"
72
- "Break my app at http://localhost:3000/signup"
70
+ "Test the login flow"
71
+ "Explore my app and find all testable flows"
72
+ "Break my signup page"
73
73
  ```
74
74
 
75
75
  ## Tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fasttest-ai/qa-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "FastTest Agent — MCP server that turns your coding agent into a QA engineer. Test, explore, and break web apps using Playwright.",
5
5
  "type": "module",
6
6
  "repository": {