🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@testivai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testivai/mcp - npm Package Compare versions

Comparing version
0.5.2
to
0.5.3
+2
-2
package.json
{
"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": {

{
"$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"
}
}
]
}
}