{ "name": "@indigoprotocol/indigo-mcp", "version": "0.4.2", "type": "module", "description": "MCP server for Indigo Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "indigo-mcp": "dist/index.js", "indigo-mcp-setup": "dist/cli/setup.js" }, "files": [ "dist", "dist/*.wasm" ], "keywords": [ "mcp", "indigo", "cardano", "defi", "ai-agent" ], "scripts": { "prepublishOnly": "npm run build", "build": "bash scripts/build.sh", "build:tsc": "tsc --project tsconfig.build.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "lint": "eslint", "lint:fix": "eslint --fix", "format": "prettier --write \"src/**/*.{ts,js,json,md}\"", "format:check": "prettier --check \"src/**/*.{ts,js,json,md}\"", "test": "vitest run", "test:watch": "vitest", "smithery:build": "bash scripts/smithery-build.sh", "smithery:publish": "bash scripts/smithery-build.sh && npx smithery mcp publish --name indigoprotocol/indigo-mcp --from-build .smithery/stdio" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/IndigoProtocol/indigo-mcp" }, "author": "Indigo Protocol", "license": "MIT", "mcpName": "io.github.IndigoProtocol/indigo-mcp", "publishConfig": { "access": "public" }, "devDependencies": { "@indigo-labs/cardano-offchain-common": "1.5.2", "@indigo-labs/indigo-sdk": "0.5.13", "@lucid-evolution/lucid": "0.6.2", "@modelcontextprotocol/sdk": "^1.18.0", "@qbtlabs/x402": "^0.5.0", "@types/node": "^24.3.1", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "axios": "^1.12.2", "bech32": "^2.0.0", "dotenv": "^17.3.1", "esbuild": "^0.27.3", "eslint": "^9.0.0", "patch-package": "^8.0.1", "prettier": "^3.0.0", "tsx": "^4.0.0", "typescript": "^5.9.2", "vitest": "^4.0.18", "zod": "^3.25.76" } }