@ia-qa/qa-discovery 0.2.2 → 0.2.3

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 CHANGED
@@ -381,7 +381,7 @@ Comparable only because both packages resolve page names through the *same* `pag
381
381
  ## MCP server
382
382
 
383
383
  ```bash
384
- npx ia-qa-discover-mcp
384
+ npx -y -p @ia-qa/qa-discovery ia-qa-discover-mcp
385
385
  ```
386
386
 
387
387
  A dependency-free JSON-RPC 2.0 stdio server exposing the **same** operations the CLI runs — a human and an agent get an identical contract, never a simplified view for one of them.
package/TUTORIAL.md CHANGED
@@ -86,7 +86,7 @@ run all of this for you.
86
86
  Claude Code:
87
87
 
88
88
  ```bash
89
- claude mcp add qa-discovery -- npx -y @ia-qa/qa-discovery ia-qa-discover-mcp
89
+ claude mcp add qa-discovery -- npx -y -p @ia-qa/qa-discovery ia-qa-discover-mcp
90
90
  ```
91
91
 
92
92
  Or, for any client that reads a JSON config:
@@ -96,7 +96,7 @@ Or, for any client that reads a JSON config:
96
96
  "mcpServers": {
97
97
  "qa-discovery": {
98
98
  "command": "npx",
99
- "args": ["-y", "@ia-qa/qa-discovery", "ia-qa-discover-mcp"]
99
+ "args": ["-y", "-p", "@ia-qa/qa-discovery", "ia-qa-discover-mcp"]
100
100
  }
101
101
  }
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ia-qa/qa-discovery",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Deterministic surface reconnaissance for an unknown web app — crawl, capture, diff. No LLM, no hosting: runs entirely on your machine, with a local MCP server for agents.",
5
5
  "keywords": [
6
6
  "qa",