@txtcel/mcp
Advanced tools
+1
-1
| { | ||
| "name": "@txtcel/mcp", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Model Context Protocol server for the Txtcel Solana program: lets AI agents create channels, post/read messages and run every protocol operation.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+3
-3
@@ -80,3 +80,3 @@ # @txtcel/mcp | ||
| "TXTCEL_PROGRAM_ID": "<your program id>", | ||
| "TXTCEL_KEYPAIR": "/Users/me/.config/solana/id.json" | ||
| "TXTCEL_KEYPAIR": "/path/to/your/solana/id.json" | ||
| } | ||
@@ -95,7 +95,7 @@ } | ||
| "command": "node", | ||
| "args": ["/Users/ashatyk/Desktop/txtcel-mcp/dist/index.js"], | ||
| "args": ["/absolute/path/to/txtcel-mcp/dist/index.js"], | ||
| "env": { | ||
| "TXTCEL_RPC": "https://api.devnet.solana.com", | ||
| "TXTCEL_PROGRAM_ID": "<your devnet program id>", | ||
| "TXTCEL_KEYPAIR": "/Users/ashatyk/.config/solana/id.json" | ||
| "TXTCEL_KEYPAIR": "/path/to/your/solana/id.json" | ||
| } | ||
@@ -102,0 +102,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6184911
0