{ "name": "@unified-agents/dexto-mcp", "version": "0.1.0", "description": "MCP server integration for Dexto agent harness", "type": "module", "main": "dist/index.js", "bin": { "dexto-mcp": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/cli.js", "test": "vitest" }, "keywords": [ "mcp", "dexto", "agent", "harness" ], "author": "Unified Agents Integration", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3", "vitest": "^1.1.0" }, "engines": { "node": ">=20.0.0" } }