| 1 | import { z } from 'zod/v4' |
| 2 | import { HooksSchema } from '../../schemas/hooks.js' |
| 3 | import { McpServerConfigSchema } from '../../services/mcp/types.js' |
| 4 | import { lazySchema } from '../lazySchema.js' |
nothing calls this directly
no test coverage detected