@testivai/mcp
Advanced tools
+2
-2
| { | ||
| "name": "@testivai/mcp", | ||
| "version": "0.5.2", | ||
| "version": "0.5.3", | ||
| "description": "MCP server exposing TestivAI visual regression results to AI coding agents", | ||
@@ -41,3 +41,3 @@ "main": "dist/index.js", | ||
| "zod": "^3.25.0", | ||
| "@testivai/witness": "1.9.0" | ||
| "@testivai/witness": "1.10.0" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
+7
-5
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", | ||
| "name": "ai.testiv/mcp", | ||
| "description": "Visual regression results for AI coding agents: per-snapshot verdicts (pixel diff + DOM/text signal), baseline/current/diff images, committed baselines. Local-first, no account or API key.", | ||
| "description": "Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.", | ||
| "repository": { | ||
@@ -9,3 +9,3 @@ "url": "https://github.com/mcbuddy/testivai-oss", | ||
| }, | ||
| "version": "0.3.0", | ||
| "version": "0.5.2", | ||
| "packages": [ | ||
@@ -16,6 +16,8 @@ { | ||
| "identifier": "@testivai/mcp", | ||
| "version": "0.3.0", | ||
| "transport": { "type": "stdio" } | ||
| "version": "0.5.2", | ||
| "transport": { | ||
| "type": "stdio" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } |
628
0.16%52060
-0.15%+ Added
- Removed
Updated