Skip to content

Commit fa5506e

Browse files
committed
Merge branch 'main' of github.com:rust-mcp-stack/rust-mcp-sdk into feat/streamble-http-client
2 parents 5234d9c + a2d6d23 commit fa5506e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ impl ServerHandler for MyServerHandler {
191191
}
192192

193193
/// Handles requests to call a specific tool.
194+
194195
async fn handle_call_tool_request( &self, request: CallToolRequest, runtime: Arc<dyn McpServer> ) -> Result<CallToolResult, CallToolError> {
195196

196197
if request.tool_name() == SayHelloTool::tool_name() {

0 commit comments

Comments
 (0)