Skip to content

Commit c938eb4

Browse files
committed
chore: build issue
1 parent 84e02fd commit c938eb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ todo = "deny"
9999

100100
[workspace.metadata.cargo-machete]
101101
ignored = ["bindgen", "cbindgen", "prost_build", "serde"]
102+
103+
[workspace.metadata.typos]
104+
default.extend-ignore-re = ["clonable"]

crates/rust-mcp-sdk/src/mcp_http/mcp_http_middleware.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ pub trait Middleware: Send + Sync + 'static {
5555
///
5656
/// `MiddlewareChain` allows multiple middleware instances to be registered and
5757
/// executed in order for requests (forward order) and responses (reverse order).
58-
/// It is clonable to allow sharing across threads or components.
5958
#[derive(Clone)]
6059
pub struct MiddlewareChain {
6160
middlewares: Vec<Arc<dyn Middleware>>,

0 commit comments

Comments
 (0)