Hi,
It seems like mcptooling are new things added from v4.8.0 -> v4.8.1, and broke some of my tooling in CI/CD (things like using typedoc to generate docs) with errors like
Args' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
import { Args, McpToolProperty } from '../../types/mcpTool';
It would be great if we could turn that on and fix up the imports if it's not too much of a hassle, thanks!