{ "name": "@sequesign/mcp", "version": "0.4.1", "mcpName": "io.github.Sequesign/sequesign", "description": "Model Context Protocol (MCP) server for Sequesign — expose cryptographically verifiable receipts of delegated AI work as MCP tools. A thin local-stdio wrapper over @sequesign/sdk; the agent key never leaves the machine.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/Sequesign/mcp.git" }, "homepage": "https://sequesign.com", "keywords": [ "sequesign", "mcp", "model-context-protocol", "receipts", "ai-agents", "verification", "ed25519", "attestation" ], "type": "module", "engines": { "node": ">=22.11.0" }, "bin": { "sequesign-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "manifest.json", "NOTICE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@sequesign/sdk": "^0.6.3", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "esbuild": "^0.28.0", "typescript": "^5.6.0" }, "scripts": { "prebuild": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"", "build": "tsc -p tsconfig.build.json", "build:mcpb": "node scripts/build-mcpb.mjs", "prepack": "npm run build" }, "publishConfig": { "access": "public" } }