| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { serverInstructions } from './instructions' |
| 3 | import { getPrompt, isPromptName, prompts } from './prompts' |
| 4 | import { ALL_TOOL_NAMES, TOOL_NAMES } from './tool-names' |
nothing calls this directly
no test coverage detected