{ "name": "@molpha/mcp", "version": "0.1.2", "mcpName": "io.github.molpha/mcp", "description": "MCP server exposing Molpha oracle runtime tools over the Molpha SDK.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/molpha/mcp.git" }, "bugs": { "url": "https://github.com/molpha/mcp/issues" }, "homepage": "https://docs.molpha.io/", "keywords": [ "mcp", "ai", "agents", "llm", "cursor", "claude", "codex", "x402", "web3", "model-context-protocol", "oracle", "solana" ], "type": "module", "bin": { "molpha-mcp": "dist/src/server.js", "molpha-provision": "dist/cli/provision.js", "molpha-doctor": "dist/cli/doctor.js" }, "files": [ "dist/src", "dist/cli", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "node --import tsx src/server.ts", "doctor": "node --import tsx cli/doctor.ts", "provision": "node --import tsx cli/provision.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "test": "vitest run", "sync-version": "node scripts/sync-version.mjs", "changeset": "changeset", "ci:version": "changeset version && npm run sync-version", "ci:publish": "changeset publish" }, "engines": { "node": ">=24.0.0" }, "dependencies": { "@anchor-lang/core": "^1.1.2", "@coral-xyz/anchor": "^0.30.1", "@modelcontextprotocol/sdk": "^1.13.0", "@molpha/sdk": "0.1.0", "@privy-io/node": "^0.26.0", "@solana-program/token": "^0.15.0", "@solana/kit": "^7.0.0", "@solana/spl-token": "0.4.15", "@solana/web3.js": "^1.98.4", "@turnkey/sdk-server": "7.0.0", "@turnkey/solana": "^1.1.31", "bn.js": "^5.2.2", "dotenv": "^16.6.1", "zod": "^3.25.0" }, "overrides": { "@privy-io/node": { "@solana/kit": "$@solana/kit" } }, "devDependencies": { "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.1", "@types/bn.js": "^5.1.6", "@types/node": "^22.15.29", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^3.2.1" } }