Skip to content

Commit 1202e59

Browse files
committed
refactor: use IndexedDB instead of localStorage to store user settings, enable indexing the servers locally in indexedDB, cleanup code and upgrade to registry API v0.1
1 parent 1649b61 commit 1202e59

23 files changed

+1116
-505
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ npm version patch
101101
## ✅ To do
102102
103103
- [ ] Improve filtering: filter by status and server type (stdio, http, sse). Would require new features on the registry API, or handling filters on the client.
104+
- [ ] Support [mcpb](https://github.com/anthropics/mcpb)?

package-lock.json

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
"@hookform/resolvers": "^5.2.2",
2121
"@orama/orama": "^3.1.16",
2222
"@orama/plugin-data-persistence": "^3.1.16",
23+
"@radix-ui/react-checkbox": "^1.3.3",
2324
"@radix-ui/react-dialog": "^1.1.15",
2425
"@radix-ui/react-dropdown-menu": "^2.1.16",
2526
"@radix-ui/react-label": "^2.1.7",
2627
"@radix-ui/react-popover": "^1.1.15",
2728
"@radix-ui/react-slot": "^1.2.3",
29+
"@radix-ui/react-switch": "^1.2.6",
2830
"@radix-ui/react-tooltip": "^1.2.8",
2931
"class-variance-authority": "^0.7.1",
3032
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)