(
toolName: string,
args: { text?: string; delay?: number },
)
| 158 | |
| 159 | // Helper to create client tool result |
| 160 | export const createClientResult = ( |
| 161 | toolName: string, |
| 162 | args: { text?: string; delay?: number }, |
| 163 | ) => createResult(toolName, 'client', args) |
no test coverage detected