fix(core): implement atomic update in MCP tool discovery (#27619)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
This commit is contained in:
luisfelipe-alt
2026-06-09 18:51:02 +00:00
committed by GitHub
parent 0567b25a26
commit 8e99c26dd8
2 changed files with 12 additions and 5 deletions
+1
View File
@@ -1404,6 +1404,7 @@ export async function discoverTools(
error,
mcpServerName,
);
throw error;
}
return [];
}