Skip to content

Commit 0def66b

Browse files
its-mashclaude
andauthored
chore: update deps and registry API client (#55)
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b224c9 commit 0def66b

39 files changed

Lines changed: 1146 additions & 126 deletions

Cargo.lock

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

apps/desktop/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUST_LOG="debug"
44
# Registry API URL
55
# For production: https://api.mcpmux.com
66
# For local dev: http://localhost:8787
7-
MCPMUX_REGISTRY_URL="http://localhost:8787"
7+
MCPMUX_REGISTRY_URL="https://api.mcpmux.com"

apps/desktop/public/mcpmux.svg

Lines changed: 22 additions & 0 deletions
Loading

apps/desktop/src-tauri/capabilities/default.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"windows": ["main"],
66
"permissions": [
77
"core:default",
8+
"core:window:allow-minimize",
9+
"core:window:allow-maximize",
10+
"core:window:allow-toggle-maximize",
11+
"core:window:allow-unmaximize",
12+
"core:window:allow-close",
13+
"core:window:allow-is-maximized",
14+
"core:window:allow-start-dragging",
15+
"core:window:allow-show",
16+
"core:window:allow-set-focus",
817
"opener:default",
918
"deep-link:default",
1019
"updater:default"
2.88 KB
Loading
7 KB
Loading
261 Bytes
Loading
2.76 KB
Loading
3.61 KB
Loading
4.07 KB
Loading

0 commit comments

Comments
 (0)