Spaces:
Running
Running
/** | |
* Constants used throughout the application | |
*/ | |
// Local storage keys | |
export const STORAGE_KEYS = { | |
MCP_SERVERS: "mcp-servers", | |
SELECTED_MCP_SERVERS: "selected-mcp-servers", | |
SIDEBAR_STATE: "sidebar-state" | |
}; |