{
"name": "@timeheater/penumbra-mcp",
"version": "0.1.0",
"description": "MCP server for interacting with Penumbra blockchain",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/timeheater/penumbra-mcp.git"
},
"keywords": [
"mcp",
"penumbra",
"blockchain",
"privacy",
"dex"
],
"author": "timeheater",
"bugs": {
"url": "https://github.com/timeheater/penumbra-mcp/issues"
},
"homepage": "https://github.com/timeheater/penumbra-mcp#readme",
"type": "module",
"bin": {
"penumbra-mcp": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"axios": "^1.7.9"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.17.11",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}