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 69712e3 commit 2d997e1Copy full SHA for 2d997e1
crates/rmcp/README.md
@@ -15,7 +15,7 @@ wait for the first release.
15
Creating a server with tools is simple using the `#[tool]` macro:
16
17
```rust, ignore
18
-use rmcp::{Error as McpError, ServiceExt, model::*, tool, tool_router, transport::stdio, handler::server::tool::ToolCallContext, handler::server::router::tool::ToolRouter};
+use rmcp::{Error as McpError, ServiceExt, model::*, tool, tool_handler, tool_router, transport::stdio, handler::server::router::tool::ToolRouter};
19
use std::sync::Arc;
20
use tokio::sync::Mutex;
21
0 commit comments