| 1 | import { z } from 'zod' |
| 2 | import type { SuggestionItem } from '../../components/PromptInput/PromptInputFooterSuggestions.js' |
| 3 | import type { MCPServerConnection } from '../../services/mcp/types.js' |
| 4 | import { logForDebugging } from '../debug.js' |
nothing calls this directly
no test coverage detected