Releases: Sharmaz/phoenixd-mcp-server
Releases · Sharmaz/phoenixd-mcp-server
Release list
v1.2.0
v1.2.0
New parameters
-
sendAll— Added topay-invoice,pay-offer, and
pay-lightning-address. When set totrue, empties the wallet in a
single payment. Mutually exclusive withamountSat. -
descriptionHash— Added tocreate-invoiceas an alternative
todescription. Accepts a SHA256 hash of the description. Either
descriptionordescriptionHashmust be provided.
Bug fixes
pay-invoice: fixed parameter name fromamountMsattoamountSat
in documentationbump-fee: removed non-existenttxIdparameter from documentation
— the endpoint bumps all unconfirmed transactions, no txId needed
v1.1.0
v1.1.0
What's New
- Better error handling: All tools now properly report errors with detailed messages
- Updated to MCP 2025 spec: Compliant with latest Model Context Protocol standards
Dependencies
- @modelcontextprotocol/sdk upgraded to 1.25.3
- zod upgraded to 4.x
Requirements
- Node.js 18 or higher
phoenixd-mcp-server 1.0.2
Changes:
- Env Vars validation for each tool.
- Refactor to export mcp tools.
phoenixd-mcp-server 1.0.1
Changes:
- Create offer tool added.
phoenixd-mcp-server 1.0.0
Breaking changes:
- HTTP_PROTOCOL: env variable added
- HTTP_HOST: now is only the host not the url
Tools Added:
- create-invoice
- pay-invoice
- pay-offer
- pay-lightning-address
- pay-on-chain
- bump-fee
- list-incoming-payments
- get-incoming-payment
- list-outgoing-payments
- get-outgoing-payment
phoenixd-mcp-server 0.1.2
Tools added:
- close channel
- decode invoice
- decode offer
phoenixd-mcp-server 0.1.1
Tools added:
- get node info
- list channels