argusqa-os 9.2.4 → 9.2.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/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "argusqa-os",
3
- "version": "9.2.4",
3
+ "version": "9.2.5",
4
+ "mcpName": "io.github.ironclawdevs27/argus",
4
5
  "description": "Argus — AI-powered automated dev-testing platform using Chrome DevTools MCP and Claude Code",
5
6
  "keywords": [
6
7
  "mcp",
package/src/mcp-server.js CHANGED
@@ -129,7 +129,7 @@ async function handleLastReport() {
129
129
  // ── Server bootstrap ──────────────────────────────────────────────────────────
130
130
 
131
131
  const server = new Server(
132
- { name: 'argus', version: '9.2.4' },
132
+ { name: 'argus', version: '9.2.5' },
133
133
  { capabilities: { tools: {} } },
134
134
  );
135
135