victor HF Staff commited on
Commit
2daa11b
·
1 Parent(s): 536ecec

localstorage: add :mcp:

Browse files
Files changed (1) hide show
  1. src/lib/stores/mcpServers.ts +2 -2
src/lib/stores/mcpServers.ts CHANGED
@@ -21,8 +21,8 @@ const baseLabel = toKeyPart(typeof base === "string" ? base : "");
21
  const KEY_PREFIX = appLabel || baseLabel || "app";
22
 
23
  const STORAGE_KEYS = {
24
- CUSTOM_SERVERS: `${KEY_PREFIX}:custom-servers`,
25
- SELECTED_IDS: `${KEY_PREFIX}:selected-ids`,
26
  } as const;
27
 
28
  // No migration needed per request — read/write only namespaced keys
 
21
  const KEY_PREFIX = appLabel || baseLabel || "app";
22
 
23
  const STORAGE_KEYS = {
24
+ CUSTOM_SERVERS: `${KEY_PREFIX}:mcp:custom-servers`,
25
+ SELECTED_IDS: `${KEY_PREFIX}:mcp:selected-ids`,
26
  } as const;
27
 
28
  // No migration needed per request — read/write only namespaced keys