Skip to content

Commit 9c6d44b

Browse files
committed
deps: bump rust-sdk
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent 85a5c0a commit 9c6d44b

File tree

3 files changed

+77
-21
lines changed

3 files changed

+77
-21
lines changed

Cargo.lock

Lines changed: 75 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.27"
3131
sigstore = { version = "0.12.1", features = ["cosign", "verify", "bundle"] }
3232
tracing = "0.1.41"
3333
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
34-
rmcp = { version = "0.2.1", features = ["server", "transport-io", "transport-sse-server", "transport-streamable-http-server"] }
34+
rmcp = { version = "0.3.0", features = ["server", "transport-io", "transport-sse-server", "transport-streamable-http-server"] }
3535
serde_yaml = "0.9.34"
3636
toml = "0.9.0"
3737
bytesize = "2.0.1"

src/plugins.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use anyhow::Result;
55
use bytesize::ByteSize;
66
use extism::{Manifest, Plugin, Wasm};
77
use rmcp::service::{NotificationContext, RequestContext, RoleServer};
8-
use rmcp::{Error as McpError, ServerHandler, model::*};
8+
use rmcp::{ErrorData as McpError, ServerHandler, model::*};
99
use std::str::FromStr;
1010

1111
use serde_json::json;

0 commit comments

Comments
 (0)