Skip to content

v0.6.0

Latest

Choose a tag to compare

@anuj-delta anuj-delta released this 10 Aug 16:04
71b8510

Added

  • Set up your API key from the chat. setup_credentials opens a form in the client, and the key, secret, environment and mode go into one shared file at ~/.delta-exchange-mcp/config.env. You set the key once, not once per client (#51, #52).
  • A saved key works immediately. The account tools come up in the running server, so no restart is needed for a read-only key (#52).
  • Turn trading on from the same form. The choice is scoped to the client that made it, so one client cannot arm order placement in the others. Trade mode still starts at the next session of that client (#52).
  • get_connection_status reports view_build, a short fingerprint of the form the process serves. Use it to tell a fresh build from a cached one (#52).

Fixed

  • A credential write is one swap. A failed write can no longer mix a new key with an old secret, and two clients that save at the same time cannot undo each other (#51).
  • The form reports when a setting in the client's own config beats the file. Without this a save looks good and the server keeps signing with the other key (#52).
  • The bundle manifest declares the debug tool, so an ambient DELTA_MCP_DEBUG cannot make the server show more tools than the manifest lists (#54).
  • The Claude Desktop badge in the README downloads the bundle instead of opening the releases page (#55).
  • The bundle build removes its scratch directory (#54).

Install

uvx "delta-exchange-mcp==0.6.0"