bsv-mcp 0.0.35 → 0.0.36
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 +1 -1
- package/dist/index.js +62893 -0
- package/index.ts +33 -36
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# BSV MCP Server Changelog
|
|
2
2
|
|
|
3
|
-
## v0.0.
|
|
3
|
+
## v0.0.36 - A2B Overlay Integration & Improved MCP Server Publishing
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- **A2B Overlay Integration**: Implemented a robust connection to the A2B Overlay API
|