New:Socket for Asana Is Now Available.Learn more
Get Started

@txtcel/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@txtcel/mcp - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-1
package.json
{
"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",

@@ -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