chore: upgrade rmcp to 0.6.0 (#4243)
This commit is contained in:
@@ -95,7 +95,7 @@ impl McpClientTrait for MockClient {
|
||||
if let Some(handler) = self.handlers.get(name) {
|
||||
match handler(&arguments) {
|
||||
Ok(content) => Ok(CallToolResult {
|
||||
content: Some(content),
|
||||
content: content,
|
||||
is_error: None,
|
||||
structured_content: None,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user