Skip to main content
Glama
orval.config.ts768 B
import { defineConfig } from "orval"; export default defineConfig({ api: { input: { target: "./td/modules/td_server/openapi_server/openapi/openapi.yaml", }, output: { baseUrl: { getBaseUrlFromSpecification: true, }, biome: false, clean: true, mock: false, mode: "single", namingConvention: "PascalCase", override: { mutator: { extension: ".js", name: "customInstance", path: "./src/api/customInstance.ts", }, }, target: "src/gen/endpoints", }, }, mcpZod: { input: { target: "./td/modules/td_server/openapi_server/openapi/openapi.yaml", }, output: { biome: false, clean: true, client: "zod", fileExtension: ".zod.ts", mode: "single", target: "src/gen/mcp", }, }, });

Latest Blog Posts

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/8beeeaaat/touchdesigner-mcp'

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