* fix: Prevent MCPSelect from rendering when not pinned and no values are available * fix: Exclude 'pinned' keys from timestamped storage cleanup logic * fix: Safeguard MCPSelect rendering by adding optional chaining for mcpValues
* 👻 refactor: MCP Select State with Jotai Atoms * refactor: Implement timestamp management for ChatArea localStorage entries * refactor: Integrate MCP Server Manager into BadgeRow context and components to avoid double-calling within BadgeRow * refactor: add try/catch * chore: remove comment