Remove guided auth mode from Inspector core
Migrate web client auth store to use /store API implementation instead of browser store (to interoperate with CLI/TUI which use the file based auth store).
Investigate whether auth store elements (like tokens) should be managed via secret storage mechanism (keychain) and if so, implement that (not sure if that replaces or augments the auth store).
Remove Zustand file store wrappers (code) and add logic to automatically convert to plain JSON on read for backward compatibility (Zustand vanilla storage isn't adding anything except complexity, esp given that we aren't using any Zustand state management above it).
Remove guided auth mode from Inspector core
Migrate web client auth store to use /store API implementation instead of browser store (to interoperate with CLI/TUI which use the file based auth store).
Investigate whether auth store elements (like tokens) should be managed via secret storage mechanism (keychain) and if so, implement that (not sure if that replaces or augments the auth store).
Remove Zustand file store wrappers (code) and add logic to automatically convert to plain JSON on read for backward compatibility (Zustand vanilla storage isn't adding anything except complexity, esp given that we aren't using any Zustand state management above it).