stellar-mcp-cli
Version:
CLI tool that transforms any Soroban Smart Contract into an AI-ready Model Context Protocol (MCP) server
18 lines (17 loc) • 327 B
JSON
{
"version": "0.0.0",
"name": "INSERT_CONTRACT_NAME_HERE",
"type": "module",
"exports": "./dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@stellar/stellar-sdk": "13.0.0",
"buffer": "6.0.3"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}