@manifest-network/manifest-mcp-node 0.4.7 → 0.6.0
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 +3 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -181,9 +181,9 @@ Set `COSMOS_RPC_URL` + `COSMOS_GAS_PRICE` for full access (queries + transaction
|
|
|
181
181
|
|
|
182
182
|
| Tool | Description |
|
|
183
183
|
|------|-------------|
|
|
184
|
-
| `credit_balance` | Query on-chain credit balance |
|
|
185
|
-
| `fund_credit` | Send tokens to
|
|
186
|
-
| `leases_by_tenant` | List leases
|
|
184
|
+
| `credit_balance` | Query on-chain credit balance (defaults to the caller; accepts `tenant`) |
|
|
185
|
+
| `fund_credit` | Send tokens to a billing credit account (defaults to the sender; accepts `tenant`) |
|
|
186
|
+
| `leases_by_tenant` | List leases by state (defaults to the caller; accepts `tenant`) |
|
|
187
187
|
| `close_lease` | Close a lease on-chain |
|
|
188
188
|
| `get_skus` | List available SKUs |
|
|
189
189
|
| `get_providers` | List available providers |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manifest-network/manifest-mcp-node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Node.js MCP servers for Manifest Network with stdio transport and keyfile wallet",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@cosmjs/amino": "0.32.4",
|
|
45
45
|
"@cosmjs/encoding": "0.32.4",
|
|
46
46
|
"@cosmjs/proto-signing": "0.32.4",
|
|
47
|
-
"@manifest-network/manifest-mcp-core": "^0.
|
|
48
|
-
"@manifest-network/manifest-mcp-chain": "^0.
|
|
49
|
-
"@manifest-network/manifest-mcp-lease": "^0.
|
|
50
|
-
"@manifest-network/manifest-mcp-cosmwasm": "^0.
|
|
51
|
-
"@manifest-network/manifest-mcp-fred": "^0.
|
|
47
|
+
"@manifest-network/manifest-mcp-core": "^0.6.0",
|
|
48
|
+
"@manifest-network/manifest-mcp-chain": "^0.6.0",
|
|
49
|
+
"@manifest-network/manifest-mcp-lease": "^0.6.0",
|
|
50
|
+
"@manifest-network/manifest-mcp-cosmwasm": "^0.6.0",
|
|
51
|
+
"@manifest-network/manifest-mcp-fred": "^0.6.0",
|
|
52
52
|
"@modelcontextprotocol/sdk": "1.27.1",
|
|
53
53
|
"dotenv": "^17.2.3"
|
|
54
54
|
},
|