We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25c09b commit f99ba28Copy full SHA for f99ba28
crates/chat-cli/src/mcp_client/client.rs
@@ -59,8 +59,6 @@ use crate::cli::chat::tools::custom_tool::{
59
TransportType,
60
};
61
use crate::os::Os;
62
-<<<<<<< HEAD
63
-use crate::util::directories::DirectoryError;
64
use crate::util::env_var::get_all_env_vars;
65
66
/// Fetches all pages of specified resources from a server
@@ -142,8 +140,6 @@ pub enum McpClientError {
142
140
#[error("Client has not finished initializing")]
143
141
NotReady,
144
#[error(transparent)]
145
- Directory(#[from] DirectoryError),
146
- #[error(transparent)]
147
OauthUtil(#[from] OauthUtilError),
148
149
Parse(#[from] url::ParseError),
0 commit comments