{ "name": "@dashclaw/mcp-server", "version": "3.1.7", "mcpName": "io.github.ucsandman/dashclaw", "description": "DashClaw policy checks, approvals, action records, and governed execution of registered HTTP capabilities over MCP.", "type": "module", "bin": { "dashclaw-mcp": "bin/dashclaw-mcp.js" }, "main": "./lib/server.js", "exports": { ".": "./lib/server.js", "./client": "./lib/client.js", "./tools": "./lib/tools.js", "./resources": "./lib/resources.js" }, "files": [ "bin/", "lib/", "NOTICE", "LICENSE", "README.md" ], "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude-code", "dashclaw", "ai-governance", "agent-governance" ], "author": "DashClaw", "license": "Apache-2.0", "homepage": "https://github.com/ucsandman/DashClaw/tree/main/mcp-server#readme", "bugs": { "url": "https://github.com/ucsandman/DashClaw/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ucsandman/DashClaw.git", "directory": "mcp-server" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "cli": "tsx src/cli.ts", "start": "node lib/index.js", "route-drift": "vitest run test/route-drift.test.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "verify": "npm run test -- test/route-drift.test.ts && npm run typecheck && npm run build && npm test && npm audit", "prepublishOnly": "npm run verify" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "fast-xml-parser": "^5.8.0", "yaml": "^2.5.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^5.0.0" }, "overrides": { "vite": "6.4.3", "esbuild": "^0.28.1", "@hono/node-server": "^2.0.5", "nanoid": "^3.3.17" } }