localstorage: add :mcp:
Browse files
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
|