@assrt-ai/assrt 0.3.4 → 0.3.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.
- package/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -130,7 +130,7 @@ function setupAssrt() {
|
|
|
130
130
|
const mcpConfig = JSON.stringify({
|
|
131
131
|
type: "stdio",
|
|
132
132
|
command: "npx",
|
|
133
|
-
args: ["-y", "-p", "@
|
|
133
|
+
args: ["-y", "-p", "@assrt-ai/assrt", "assrt-mcp"]
|
|
134
134
|
});
|
|
135
135
|
execSync(`claude mcp add-json assrt '${mcpConfig}'`, {
|
|
136
136
|
stdio: ["pipe", "pipe", "pipe"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assrt-ai/assrt",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "AI-powered QA testing from the command line and as an MCP server for coding agents",
|
|
5
5
|
"keywords": ["testing", "qa", "ai", "mcp", "playwright", "browser", "claude", "automation"],
|
|
6
6
|
"license": "MIT",
|