More acp tools (#7843)
Signed-off-by: Adrian Cole <adrian@tetrate.io> Co-authored-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -95,10 +95,9 @@ impl McpClientTrait for MockClient {
|
||||
|
||||
async fn call_tool(
|
||||
&self,
|
||||
_session_id: &str,
|
||||
_ctx: &goose::agents::ToolCallContext,
|
||||
name: &str,
|
||||
arguments: Option<serde_json::Map<String, Value>>,
|
||||
_working_dir: Option<&str>,
|
||||
_cancel_token: CancellationToken,
|
||||
) -> Result<CallToolResult, Error> {
|
||||
if let Some(handler) = self.handlers.get(name) {
|
||||
|
||||
Reference in New Issue
Block a user