Skip to content

v0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 14 May 11:37
· 3 commits to main since this release
76148c7

Install

From PyPI:

pip install mcp-kraken==0.1.4
# or
uv add mcp-kraken==0.1.4

Docker:

docker pull ghcr.io/XavierBeheydt/mcp-kraken:0.1.4

What's changed

🔒 Security

  • Bearer token no longer leaks in logs?apikey=<token> is now redacted to
    apikey=*** in uvicorn's access log before it reaches stdout or any log sink.

🐛 Fixed

  • get_extended_balance tracebackExtendedBalance is not available on all
    Kraken account types. The tool now catches EGeneral:Unknown method and returns
    a readable error message pointing to get_account_balance instead.

📖 Docs

  • Authentication options documented — README and landing page now cover both
    Authorization: Bearer header (preferred) and ?apikey= query parameter (fallback
    for MCP clients that cannot set custom headers, such as Claude Desktop).
  • GET /health endpoint added to README Docker section and landing page quickstart.

Full Changelog: v0.1.3...v0.1.4