Skip to content

Commit 9dc5739

Browse files
authored
Revert "Mcp enablement squashed (#1001)" (#1012)
This reverts commit c03d6d3.
1 parent 61d8dcb commit 9dc5739

File tree

22 files changed

+60
-2209
lines changed

22 files changed

+60
-2209
lines changed

Cargo.lock

-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-2
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

+1-1
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

+1-1
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

+1-1
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

-30
This file was deleted.

0 commit comments

Comments
 (0)