Skip to main content
Glama

TouchDesigner MCP

by 8beeeaaat
MIT License
208
90
  • Linux
  • Apple
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, }, namingConvention: "PascalCase", mode: "single", target: "src/gen/endpoints", mock: false, clean: true, biome: false, override: { mutator: { path: "./src/api/customInstance.ts", name: "customInstance", extension: ".js", }, }, }, }, mcpZod: { input: { target: "./td/modules/td_server/openapi_server/openapi/openapi.yaml", }, output: { mode: "single", client: "zod", target: "src/gen/mcp", fileExtension: ".zod.ts", clean: true, biome: false, }, }, });

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