guardz-generator-mcp
Version:
MCP (Model Context Protocol) Server for TypeScript Type Guard Generation - Generate runtime validation functions from TypeScript types
10 lines • 435 B
TypeScript
/**
* 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