-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 944 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.8beeeaaat/touchdesigner-mcp-server",
"description": "MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents",
"version": "2.0.0",
"repository": {
"url": "https://github.com/8beeeaaat/touchdesigner-mcp.git",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "touchdesigner-mcp-server",
"version": "2.0.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/8beeeaaat/touchdesigner-mcp/releases/download/v2.0.0/touchdesigner-mcp.mcpb",
"version": "2.0.0",
"fileSha256": "0cd822cf15ba252f3fd7e93cfc17555e769d9deb875d64cc4464422752a9faed",
"transport": {
"type": "stdio"
}
}
]
}