#!/usr/bin/env node
/**
 * MCP (Model Context Protocol) Server for TypeScript Type Guard Generation
 *
 * This MCP server generates TypeScript type guards from source code through a standardized
 * interface, allowing AI assistants to create robust runtime validation functions.
 * The primary functionality is type guard generation - all other tools support this goal.
 */
export {};
//# sourceMappingURL=mcp-guardz-generator.d.ts.map