@blockrun/mcp 0.21.2 → 0.21.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/mcp",
3
- "version": "0.21.2",
3
+ "version": "0.21.4",
4
4
  "mcpName": "io.github.BlockRunAI/blockrun-mcp",
5
5
  "description": "BlockRun MCP Server - Give your AI agent web search, deep research, prediction markets, crypto data, X/Twitter intelligence. Paid via x402 micropayments.",
6
6
  "type": "module",
@@ -47,8 +47,11 @@
47
47
  "@anthropic-ai/sdk": "^0.39.0",
48
48
  "@blockrun/llm": "^2.11.0",
49
49
  "@modelcontextprotocol/sdk": "^1.0.0",
50
+ "@solana/spl-token": "^0.4.14",
51
+ "@solana/web3.js": "^1.98.4",
50
52
  "open": "^11.0.0",
51
53
  "qrcode": "^1.5.4",
54
+ "rpc-websockets": "9.3.0",
52
55
  "sharp": "^0.34.5",
53
56
  "viem": "^2.21.0",
54
57
  "zod": "^4.3.5"