{ "name": "agent-watcher-mcp", "version": "0.1.0", "description": "Layer 2 MCP Watcher for the agent-watcher system. Reads ping inbox files via inotify and surfaces them into a Claude Code session via Channels.", "private": true, "type": "module", "bin": { "agent-watcher-mcp": "dist/server.js" }, "main": "dist/server.js", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx src/server.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "chokidar": "^4.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.4.0", "vitest": "^1.6.0" }, "engines": { "node": ">=18.0.0" } }