Skip to content

Commit 4fbb9de

Browse files
chore(main): release mcp-server 1.60.0 (#579)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71a300c commit 4fbb9de

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.59.0"
2+
".": "1.60.0"
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.60.0](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.59.0...mcp-server-v1.60.0) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* OpenRouter bridge subcommand ([#577](https://github.com/aibtcdev/aibtc-mcp-server/issues/577)) ([d2572cd](https://github.com/aibtcdev/aibtc-mcp-server/commit/d2572cdfa2b57927d4c77fcfedbb260f2730fec4))
9+
310
## [1.59.0](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.58.0...mcp-server-v1.59.0) (2026-06-10)
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.59.0",
3+
"version": "1.60.0",
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.59.0",
9+
"version": "1.60.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@aibtc/mcp-server",
14-
"version": "1.59.0",
14+
"version": "1.60.0",
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.59.0 # x-release-please-version
7+
version: 1.60.0 # x-release-please-version
88
npm: "@aibtc/mcp-server"
99
github: https://github.com/aibtcdev/aibtc-mcp-server
1010
---

0 commit comments

Comments
 (0)