Skip to main content
Glama
index.ts417 B
import type { ILogger } from "../core/logger.js"; import { TouchDesignerClient } from "./touchDesignerClient.js"; export interface CreateTouchDesignerClientParams { logger: ILogger; } export function createTouchDesignerClient( params: CreateTouchDesignerClientParams, ) { const { logger } = params; return new TouchDesignerClient({ logger }); } export { TouchDesignerClient } from "./touchDesignerClient.js";

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