(text: string)
| 57 | } |
| 58 | |
| 59 | const ok = (text: string): ToolResult => ({ content: [{ type: 'text', text }] }); |
| 60 | |
| 61 | describe('resolvePoolSize', () => { |
| 62 | it('honors a numeric override and disables on 0', () => { |
no outgoing calls
no test coverage detected