()
| 839 | setCompletionsSupported(capabilities?.completions !== undefined); |
| 840 | |
| 841 | const nowIso = () => new Date().toISOString(); |
| 842 | |
| 843 | const makeTaskId = () => { |
| 844 | // Prefer UUID when available; otherwise fall back to a reasonably unique id. |
no outgoing calls
no test coverage detected