(ms: number)
| 36 | }, |
| 37 | async ({ interval, count }, extra): Promise<CallToolResult> => { |
| 38 | const sleep = (ms: number) => new Promise(resolve => setTimeout(resolve, ms)); |
| 39 | let counter = 0; |
| 40 | |
| 41 | // Send the initial notification |
no outgoing calls
no test coverage detected
searching dependent graphs…