Skip to content

Commit f99ba28

Browse files
committed
Resolve conflicts
1 parent a25c09b commit f99ba28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/chat-cli/src/mcp_client/client.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ use crate::cli::chat::tools::custom_tool::{
5959
TransportType,
6060
};
6161
use crate::os::Os;
62-
<<<<<<< HEAD
63-
use crate::util::directories::DirectoryError;
6462
use crate::util::env_var::get_all_env_vars;
6563

6664
/// Fetches all pages of specified resources from a server
@@ -142,8 +140,6 @@ pub enum McpClientError {
142140
#[error("Client has not finished initializing")]
143141
NotReady,
144142
#[error(transparent)]
145-
Directory(#[from] DirectoryError),
146-
#[error(transparent)]
147143
OauthUtil(#[from] OauthUtilError),
148144
#[error(transparent)]
149145
Parse(#[from] url::ParseError),

0 commit comments

Comments
 (0)