@magicblock-console/mcp 0.1.2 → 0.1.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.
package/README.md CHANGED
@@ -33,7 +33,7 @@ For real blockchain operations, provide a keypair:
33
33
  }
34
34
  ```
35
35
 
36
- ## Available Tools (20)
36
+ ## Available Tools (22)
37
37
 
38
38
  ### Projects
39
39
  | Tool | Description |
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@magicblock-console/mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "MCP server for MagicBlock Ephemeral Rollups — AI agent integration via Model Context Protocol",
5
5
  "license": "MIT",
6
+ "author": "shipooor",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/shipooor/mb-console",
10
+ "directory": "packages/mcp"
11
+ },
6
12
  "files": ["dist"],
7
13
  "type": "module",
8
14
  "main": "./dist/index.js",