Skip to main content
Glama

Carbon Voice

by PhononX
zod-transformer.ts701 B
// import { generateZodClientFromOpenAPI } from 'openapi-zod-client'; // const transformer = async (args: any) => { // if (!args || !args.schema) { // throw new Error( // 'Transformer received undefined or missing schema! Args: ' + // JSON.stringify(args), // ); // } // if (!args.path) { // throw new Error( // 'Transformer received undefined or missing path! Args: ' + // JSON.stringify(args), // ); // } // return generateZodClientFromOpenAPI({ // openApiDoc: args.schema, // distPath: args.path, // }); // }; // // Use both CommonJS and ESM exports for compatibility // module.exports = transformer; // export default transformer;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhononX/cv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server