guardz-generator-mcp
Version:
MCP (Model Context Protocol) Server for TypeScript Type Guard Generation - Generate runtime validation functions from TypeScript types
12 lines • 330 B
TypeScript
/**
* Test script for Guardz Generator MCP Server
*
* This script tests the basic functionality of the MCP server by:
* 1. Starting the server
* 2. Sending a tools/list request
* 3. Sending a generate_type_guards request
* 4. Verifying the responses
*/
export {};
//# sourceMappingURL=test-mcp.d.ts.map