bsv-mcp 0.2.14 → 0.2.15
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/CHANGELOG.md +7 -0
- package/dist/app.html +25 -25
- package/dist/index.js +128635 -127926
- package/index.ts +43 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# BSV MCP Server Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.15] - 2026-03-10
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Dashboard wallet tab now uses BRC-100 context (same as direct tools) for address and balance
|
|
7
|
+
- `app_wallet_data` was returning raw P2PKH address instead of BRC-29 derived deposit address
|
|
8
|
+
- Client-side error handling: wallet errors now display properly instead of rendering empty/zero data
|
|
9
|
+
|
|
3
10
|
## [0.2.12] - 2026-03-10
|
|
4
11
|
|
|
5
12
|
### Changed
|