scira-chat / lib /constants.ts
mukaddamzaid's picture
feat: enhanced UI
7984c85
raw
history blame
220 Bytes
/**
* 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"
};