滑板AMM代理\<>山羊SDK MCP服务器
依赖项
- 模型上下文协议
- 山羊sdk
- 滑板sdk
用法
- 安装依赖项
npm install
- 构建包
npm run build
- 添加
.mcp.example.json 向 .mcp.json
- 开始运行mcp服务器
node build/evm.js
OR
node build/solana.js
环境变量
"WALLET_PRIVATE_KEY": "...",
# Private key of the wallet to use for transactions
"RPC_PROVIDER_URL": "...",
# RPC Provider URL for the chain to use for transactions (e.g. RPC for Base, Optimism, Arbitrum, etc.)
"CHAIN": "..."
# Corresponding chain ID for the chain to use for transactions (e.g. 42161, 8453 etc.)
# (Not required for SVM)
演示
demo-image