{ "name": "@mukundakatta/agentvet-mcp", "version": "0.1.0", "mcpName": "io.github.MukundaKatta/agentvet", "description": "MCP server for agentvet: validate LLM-generated tool-call args before execution. Returns a typed error with an LLM-friendly retry hint when the args don't match.", "type": "module", "bin": { "mcp-agentvet": "dist/server.js" }, "main": "dist/server.js", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx src/server.ts", "test": "node --test --import tsx test/*.test.ts", "lint": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude", "cursor", "cline", "windsurf", "zed", "validation", "tool-calls", "agent", "schema" ], "author": "Mukunda Katta ", "license": "MIT", "homepage": "https://github.com/MukundaKatta/agentvet-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/MukundaKatta/agentvet-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@mukundakatta/agentvet": "^0.1.0" }, "devDependencies": { "tsx": "^4.7.0", "typescript": "^5.4.0", "@types/node": "^20.0.0" }, "engines": { "node": ">=18" }, "files": [ "dist", "README.md", "LICENSE" ] }