Skip to content

v0.3.6: Fix login token not persisting in memory

Choose a tag to compare

@tomasz-tomczyk tomasz-tomczyk released this 01 Feb 21:48
· 6 commits to main since this release

Bug Fix

Fixed an issue where login would save the token to disk but not update the in-memory config. This caused subsequent tool calls (share, vote_up, vote_down) to still fail with "Invalid or missing API token" until the MCP server was restarted.

Changes

  • After successful device auth, the token is now immediately stored in the in-memory config
  • No restart required after logging in