v0.3.6: Fix login token not persisting in memory
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