@bottobot/td-mcp
Version:
TouchDesigner MCP Server v2.8.0 - 21 MCP tools, 629 operators with clean parameter data, 69 Python API classes, 14 tutorials, 32 workflow patterns. Includes version system, experimental techniques KB, core tool enhancements, and experimental build support
32 lines • 825 B
JSON
{
"className": "Run",
"displayName": "Run Class",
"description": "The Run class describes a single instance of a delayed script execution. See Run Command Examples for more info.\nThey can be accessed from the runs object. Scripts can be executed with delays with the following methods:",
"category": "General",
"fileName": "Run_Class.htm",
"members": [
{
"name": "active",
"id": "content",
"returnType": "bool",
"readOnly": true,
"description": "active member"
},
{
"name": "active",
"id": "bodyContent",
"returnType": "bool",
"readOnly": true,
"description": "active member"
}
],
"methods": [
{
"name": "kill",
"parameters": [],
"returns": "None :",
"signature": "kill()"
}
],
"enhanced": true
}