UNPKG

touchdesigner-mcp-server

Version:
4 lines (3 loc) 160 B
import type { TOOL_NAMES } from "../../core/constants.js"; export * from "./register.js"; export type ToolNames = (typeof TOOL_NAMES)[keyof typeof TOOL_NAMES];