Skip to content

Commit 8dbc233

Browse files
chore(main): release mcp-server 1.62.1 (#595)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed8ff23 commit 8dbc233

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.62.0"
2+
".": "1.62.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.62.1](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.62.0...mcp-server-v1.62.1) (2026-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unstable sponsored send_inbox_message path ([#593](https://github.com/aibtcdev/aibtc-mcp-server/issues/593)) ([#594](https://github.com/aibtcdev/aibtc-mcp-server/issues/594)) ([ed8ff23](https://github.com/aibtcdev/aibtc-mcp-server/commit/ed8ff23086f89f525808de602b0fae20ea96b084))
9+
310
## [1.62.0](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.61.0...mcp-server-v1.62.0) (2026-07-06)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aibtc/mcp-server",
3-
"version": "1.62.0",
3+
"version": "1.62.1",
44
"description": "Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.",
55
"mcpName": "io.github.aibtcdev/mcp-server",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/aibtcdev/aibtc-mcp-server",
77
"source": "github"
88
},
9-
"version": "1.62.0",
9+
"version": "1.62.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@aibtc/mcp-server",
14-
"version": "1.62.0",
14+
"version": "1.62.1",
1515
"transport": {
1616
"type": "stdio"
1717
}

skill/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Bitcoin L1 wallet for agents - check balances, send BTC, manage UTX
44
license: MIT
55
metadata:
66
author: aibtcdev
7-
version: 1.62.0 # x-release-please-version
7+
version: 1.62.1 # x-release-please-version
88
npm: "@aibtc/mcp-server"
99
github: https://github.com/aibtcdev/aibtc-mcp-server
1010
---

0 commit comments

Comments
 (0)