Skip to content

Releases: Sharmaz/phoenixd-mcp-server

v1.2.0

Choose a tag to compare

@Sharmaz Sharmaz released this 22 Mar 02:21
c83dc7c

v1.2.0

New parameters

  • sendAll — Added to pay-invoice, pay-offer, and
    pay-lightning-address. When set to true, empties the wallet in a
    single payment. Mutually exclusive with amountSat.

  • descriptionHash — Added to create-invoice as an alternative
    to description. Accepts a SHA256 hash of the description. Either
    description or descriptionHash must be provided.

Bug fixes

  • pay-invoice: fixed parameter name from amountMsat to amountSat
    in documentation
  • bump-fee: removed non-existent txId parameter from documentation
    — the endpoint bumps all unconfirmed transactions, no txId needed

v1.1.0

Choose a tag to compare

@Sharmaz Sharmaz released this 01 Feb 06:03
097528b

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

Choose a tag to compare

@Sharmaz Sharmaz released this 10 Jun 04:23
e4c250a

Changes:

  • Env Vars validation for each tool.
  • Refactor to export mcp tools.

phoenixd-mcp-server 1.0.1

Choose a tag to compare

@Sharmaz Sharmaz released this 20 May 00:14
899bc19

Changes:

  • Create offer tool added.

phoenixd-mcp-server 1.0.0

Choose a tag to compare

@Sharmaz Sharmaz released this 19 May 01:41
ab97bbd

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

Choose a tag to compare

@Sharmaz Sharmaz released this 16 May 06:53
135317b

Tools added:

  • close channel
  • decode invoice
  • decode offer

phoenixd-mcp-server 0.1.1

Choose a tag to compare

@Sharmaz Sharmaz released this 15 May 22:10
c8975e0

Tools added:

  • get node info
  • list channels