feat(telemetry): Add extension name to ToolCallEvent telemetry (#12343)

Co-authored-by: Shnatu <snatu@google.com>
This commit is contained in:
Shardul Natu
2025-10-31 06:50:22 -07:00
committed by GitHub
parent 12472ce9b2
commit 236334d015
6 changed files with 13 additions and 1 deletions
+1
View File
@@ -628,6 +628,7 @@ export async function discoverTools(
mcpServerConfig.trust,
undefined,
cliConfig,
mcpServerConfig.extension?.name,
mcpServerConfig.extension?.id,
messageBus,
);