acp: Send user-configured MCP tools (#36910)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-08-25 18:55:24 -06:00 committed by GitHub
parent d43df9e841
commit 633ce23ae9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 4 deletions

View file

@ -72,6 +72,7 @@ async fn test_echo(cx: &mut TestAppContext) {
}
#[gpui::test]
#[cfg_attr(target_os = "windows", ignore)] // TODO: Fix this test on Windows
async fn test_thinking(cx: &mut TestAppContext) {
let ThreadTest { model, thread, .. } = setup(cx, TestModel::Fake).await;
let fake_model = model.as_fake();