{
"name": "bostrom-mcp",
"version": "0.8.3",
"description": "MCP server for the Bostrom blockchain: read chain state and sign transactions as an autonomous agent",
"type": "module",
"main": "dist/index.js",
"bin": {
"bostrom-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyberia-to/bostrom-mcp.git"
},
"license": "MIT",
"keywords": [
"mcp",
"bostrom",
"cyber",
"blockchain",
"cosmwasm",
"lithium"
],
"mcpName": "io.github.cyberia-to/bostrom-mcp",
"dependencies": {
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cybercongress/cyber-ts": "^0.1.3",
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.7.3"
}
}