Skip to content

Commit 77c88c4

Browse files
committed
remove mcp_client crate, install.rs, and fix small bug
1 parent ff7ade2 commit 77c88c4

File tree

17 files changed

+1
-2244
lines changed

17 files changed

+1
-2244
lines changed

Cargo.lock

Lines changed: 0 additions & 15 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ indicatif = "0.17.11"
8787
indoc = "2.0.6"
8888
insta = "1.43.1"
8989
libc = "0.2.172"
90-
mcp_client = { path = "crates/mcp_client" }
9190
mimalloc = "0.1.46"
9291
nix = { version = "0.29.0", features = [
9392
"feature",

crates/chat-cli/src/auth/builder_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ use crate::database::secret_store::{
6262
pub enum OAuthFlow {
6363
DeviceCode,
6464
// This must remain backwards compatible
65-
#[serde(rename = "PKCE")]
65+
#[serde(alias = "PKCE")]
6666
Pkce,
6767
}
6868

crates/chat-cli/src/install.rs

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

crates/chat-cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ mod auth;
33
mod aws_common;
44
mod cli;
55
mod database;
6-
mod install;
76
mod logging;
87
mod mcp_client;
98
mod platform;

crates/mcp_client/Cargo.toml

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

0 commit comments

Comments
 (0)