Skip to content

Commit e8f8fcf

Browse files
committed
Merge branch 'main' of github.com:MCP-Mux/mcp-mux
2 parents 03e4c5b + 37ce0f5 commit e8f8fcf

55 files changed

Lines changed: 2830 additions & 134 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures = "0.3"
2525

2626
# Serialization
2727
serde = { version = "1.0", features = ["derive"] }
28-
serde_json = "1.0"
28+
serde_json = { version = "1.0", features = ["preserve_order"] }
2929

3030
# Error handling
3131
anyhow = "1.0"

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)