package.json•2.31 kB
{
"name": "vaultmesh-architect-mcp",
"version": "1.0.0",
"description": "MCP server for VaultMesh Architect",
"main": "index.js",
"private": true,
"scripts": {
"start": "node server.js",
"test": "vitest run",
"test:watch": "vitest --watch",
"coverage": "c8 -r text -r html -r lcov -o coverage vitest run && c8 check-coverage --lines 85 --functions 85 --branches 80 --statements 85",
"cli:dryrun": "bash scripts/amend_constitution.sh --reason 'local dryrun' <<< n",
"verify:release": "bash scripts/verify_release.sh v1.0.0",
"merkle": "bash -lc '{ printf "{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":0,\\\"method\\\":\\\"initialize\\\",\\\"params\\\":{\\\"protocolVersion\\\":\\\"2025-06-18\\\",\\\"capabilities\\\":{},\\\"clientInfo\\\":{\\\"name\\\":\\\"npm\\\",\\\"version\\\":\\\"1.0\\\"}}}\\n"; printf "{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":1,\\\"method\\\":\\\"tools/call\\\",\\\"params\\\":{\\\"name\\\":\\\"compute_merkle_root\\\",\\\"arguments\\\":{\\\"root\\\":\\\".\\\",\\\"out\\\":\\\"manifests/hash-manifest.json\\\"}}}\\n"; } | node server.js --stdio",
"anchor": "bash -lc '{ printf "{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":0,\\\"method\\\":\\\"initialize\\\",\\\"params\\\":{\\\"protocolVersion\\\":\\\"2025-06-18\\\",\\\"capabilities\\\":{},\\\"clientInfo\\\":{\\\"name\\\":\\\"npm\\\",\\\"version\\\":\\\"1.0\\\"}}}\\n"; printf "{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":2,\\\"method\\\":\\\"tools/call\\\",\\\"params\\\":{\\\"name\\\":\\\"multi_anchor\\\",\\\"arguments\\\":{\\\"manifestPath\\\":\\\"manifests/hash-manifest.json\\\"}}}\\n"; } | node server.js --stdio",
"audit:seal": "node governance/scripts/audit_seal.js",
"tem:canary": "node scripts/run-canary.js",
"verify:phoenix": "gh workflow run phoenix-resilience-verification || true",
"capability:seal": "node governance/scripts/capability_seal.js",
"coverage:open": "xdg-open coverage/index.html || open coverage/index.html || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"zod": "^3.25.76"
},
"devDependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"c8": "^10.1.3",
"execa": "^9.6.0",
"vitest": "^4.0.4",
"yaml": "^2.8.1"
}
}