Internal MCP Crate Cleanup (#4800)

This commit is contained in:
Alex Hancock
2025-09-29 10:39:43 -04:00
committed by GitHub
parent 3844209b78
commit 146cf3185a
78 changed files with 844 additions and 1090 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ impl CursorAgentProvider {
MessageContent::ToolRequest(tool_request) => {
if let Ok(tool_call) = &tool_request.tool_call {
full_prompt.push_str(&format!(
"Tool Use: {} with args: {}\n",
"Tool Use: {} with args: {:?}\n",
tool_call.name, tool_call.arguments
));
}