| 1 | import { describe, expect, it, vi } from 'vitest' |
| 2 | import { z } from 'zod' |
| 3 | import { chat } from '../src/activities/chat/index' |
| 4 | import { MCPDuplicateToolNameError } from '../src/activities/chat/mcp/manager' |
nothing calls this directly
no test coverage detected