MCP Apps Plumbing (#6286)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-05 10:34:52 -05:00
committed by GitHub
parent d1f242b69f
commit 85aee9c5b7
21 changed files with 484 additions and 947 deletions
@@ -114,6 +114,7 @@ mod tests {
arguments: Some(object!({"command": "rm -rf /"})),
}),
metadata: None,
tool_meta: None,
}];
let results = inspector.inspect(&tool_requests, &[]).await.unwrap();