return 'agentHost';
}
// Widen to `string` so an unrecognized kind from a newer protocol version
agentHostToolCallTracker.ts
// falls through to a valid telemetry value rather than `undefined`.
const kind: string = contributor.kind;
switch (kind) {
case ToolCallContributorKind.MCP:
return 'mcp';
case ToolCallContributorKind.Client: