{ "name": "thoughtproof-mcp", "version": "0.4.0-dev", "mcpName": "io.github.ThoughtProof/thoughtproof-mcp", "description": "Local MCP server (0.4.0-dev unpublished). Hero tools verify_before_action / verify_decision; execute only on ALLOW. dqla_ path present; published pin is thoughtproof-mcp@0.3.2.", "type": "module", "main": "dist/index.js", "bin": { "thoughtproof-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "node --test test/*.test.js", "inspect": "npx @modelcontextprotocol/inspector tsx src/index.ts", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "mcp-server", "thoughtproof", "verification", "ai-safety", "reasoning", "multi-model", "adversarial", "x402", "erc-8004", "decision-verification", "pre-action-gate", "verify-before-action", "fail-closed" ], "author": "ThoughtProof ", "homepage": "https://thoughtproof.ai", "repository": { "type": "git", "url": "https://github.com/ThoughtProof/thoughtproof-mcp.git" }, "bugs": { "url": "https://github.com/ThoughtProof/thoughtproof-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.20.2", "tsx": "^4.23.13", "typescript": "^5.0.0" }, "files": [ "dist", "CHANGELOG.md", "server.json" ] }