Skip to content

Commit 84f8cca

Browse files
authored
Revert "Mcp enablement squashed (#925)" (#928)
This reverts commit 752d524.
1 parent 2786f01 commit 84f8cca

File tree

21 files changed

+19
-1900
lines changed

21 files changed

+19
-1900
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indicatif = "0.17.11"
8686
indoc = "2.0.6"
8787
insta = "1.42.2"
8888
libc = "0.2.171"
89-
mcp_client = { path = "crates/mcp_client" }
9089
mimalloc = "0.1.43"
9190
nix = { version = "0.29.0", features = [
9291
"feature",
@@ -124,7 +123,6 @@ reqwest = { version = "0.12.14", default-features = false, features = [
124123
] }
125124
ring = "0.17.14"
126125
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
127-
shellexpand = "3.0.0"
128126
shell-color = { path = "crates/shell-color" }
129127
semver = { version = "1.0.26", features = ["serde"] }
130128
serde = { version = "1.0.219", features = ["derive", "rc"] }

crates/fig_desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rfd = "0.15.1"
7575
semver.workspace = true
7676
serde.workspace = true
7777
serde_json.workspace = true
78-
shellexpand.workspace = true
78+
shellexpand = "3.0.0"
7979
sysinfo.workspace = true
8080
tao = { version = "0.31.1", features = ["serde"] }
8181
tempfile.workspace = true

crates/fig_desktop_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fig_util.workspace = true
3030
fnv = "1.0.7"
3131
serde.workspace = true
3232
serde_json.workspace = true
33-
shellexpand.workspace = true
33+
shellexpand = "3.0.0"
3434
thiserror.workspace = true
3535
tokio.workspace = true
3636
tracing.workspace = true

crates/figterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ serde.workspace = true
5656
serde_json.workspace = true
5757
shell-color.workspace = true
5858
shell-words = "1.1"
59-
shellexpand.workspace = true
59+
shellexpand = "3.1.0"
6060
shlex.workspace = true
6161
sysinfo.workspace = true
6262
time.workspace = true

crates/mcp_client/Cargo.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)