midnight-wallet-cli 0.1.8 → 0.1.10
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 +6 -0
- package/dist/mcp-server.js +130 -125
- package/dist/wallet.js +160 -155
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,6 +185,12 @@ Once connected, your AI agent gets access to 17 tools:
|
|
|
185
185
|
| `midnight_localnet_status` | Show service status |
|
|
186
186
|
| `midnight_localnet_clean` | Remove conflicting containers |
|
|
187
187
|
|
|
188
|
+
## Issues & Feedback
|
|
189
|
+
|
|
190
|
+
Found a bug or have a feature request? [Open an issue](https://github.com/nel349/midnight-wallet-cli-hub/issues) on the public hub repo.
|
|
191
|
+
|
|
192
|
+
For documentation, guides, and more: [midnight-wallet-cli-hub](https://github.com/nel349/midnight-wallet-cli-hub)
|
|
193
|
+
|
|
188
194
|
## Requirements
|
|
189
195
|
|
|
190
196
|
- Node.js >= 20
|