File size: 220 Bytes
5012205
 
 
 
 
 
 
7984c85
 
5012205
1
2
3
4
5
6
7
8
9
10
/**
 * 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"
};