Skip to content

Commit bf67e62

Browse files
chore(main): release mcp-server 1.48.0 (#470)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 010a649 commit bf67e62

6 files changed

Lines changed: 19 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.47.2"
2+
".": "1.48.0"
33
}

CHANGELOG.md

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

3+
## [1.48.0](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.47.2...mcp-server-v1.48.0) (2026-04-16)
4+
5+
6+
### Features
7+
8+
* **nostr:** add banner field to nostr_set_profile ([#468](https://github.com/aibtcdev/aibtc-mcp-server/issues/468)) ([010a649](https://github.com/aibtcdev/aibtc-mcp-server/commit/010a6495546aec7e36a8a511dc42c5beb9655894))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** upgrade axios to 1.15.0 (CVE-2025-62718) ([#459](https://github.com/aibtcdev/aibtc-mcp-server/issues/459)) ([0c528b5](https://github.com/aibtcdev/aibtc-mcp-server/commit/0c528b5cfc15cc0550c90af15f6a49ffca8d3015))
14+
315
## [1.47.2](https://github.com/aibtcdev/aibtc-mcp-server/compare/mcp-server-v1.47.1...mcp-server-v1.47.2) (2026-04-13)
416

517

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.47.2",
3+
"version": "1.48.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.47.2",
9+
"version": "1.48.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@aibtc/mcp-server",
14-
"version": "1.47.2",
14+
"version": "1.48.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.47.2 # x-release-please-version
7+
version: 1.48.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)