package.json•1.23 kB
{
"name": "solana-mcp",
"version": "1.0.0",
"description": "A Model Context Protocol server for interacting with the Solana blockchain, powered by the Solana Agent Kit (https://github.com/sendaifun/solana-agent-kit)",
"main": "build/index.js",
"type": "module",
"bin": {
"solana-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsx watch src/index.ts"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/sendaifun/solana-mcp"
},
"keywords": [
"solana",
"mcp",
"solana-agent-kit",
"solana-mcp"
],
"author": "sendaifun",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"@solana-agent-kit/adapter-mcp": "^2.0.4",
"@solana-agent-kit/plugin-god-mode": "^0.0.1",
"@solana/web3.js": "^1.98.2",
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"solana-agent-kit": "2.0.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^22.13.4",
"tsx": "^4.19.4",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.14.2"
}