* suffix), mirroring the convention in `agentFeedbackAnnotations.ts`.
*/
function matchesServerToolName(toolName: string, bareName: string): boolean {
serverToolGroups.ts
return toolName === bareName || toolName.endsWith(`__${bareName}`);
}
/**