Tdmcp Bridge Endpoint

Build a tdmcp TouchDesigner-bridge vertical slice the house way — promote an op from /api/exec to a first-class REST endpoint (e.g. POST /api/connect, GET /api/logs, node_detail flags), add its typed method in src/td-client/touchDesignerClient.ts, its Zod envelope in src/td-client/validators.ts, rewire the tool(s) to prefer the endpoint with an exec fallback, and write py_compile + td/tests unittest + offline msw client tests. Use when adding/changing a bridge REST endpoint, editing td/, extending node_detail/get_bridge_logs, promoting connect/disconnect/param-modes/DAT-text off exec, or doing any exec→REST work — especially the td-depth bridge-robustness backlog. Honors probe-live discipline when TouchDesigner is offline.

hybridlabor-api Updated

File contents

hybridlabor-api/aos/tree/main/mcps/tdmcp/.agents/skills/tdmcp-bridge-endpoint commit 0737096915

Frequently asked questions

npx skillmds@latest add hybridlabor-api/tdmcp-bridge-endpoint