touchdesigner-mcp-server 0.4.0-alpha.6 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ja.md
CHANGED
|
@@ -19,7 +19,7 @@ TouchDesigner MCPは、AIモデルとTouchDesigner WebServer DAT 間のブリッ
|
|
|
19
19
|
<summary>方法1: Claude Desktop + Desktop Extensions(推奨)</summary>
|
|
20
20
|
|
|
21
21
|
##### 1. ファイルをダウンロード:
|
|
22
|
-
[リリースページ](https://github.com/8beeeaaat/touchdesigner-mcp/releases)から以下をダウンロード:
|
|
22
|
+
[リリースページ](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest)から以下をダウンロード:
|
|
23
23
|
- **TouchDesigner Components**: `touchdesigner-mcp-td.zip`
|
|
24
24
|
- **Desktop Extensions (.dxt)**: `touchdesigner-mcp.dxt`
|
|
25
25
|
|
|
@@ -51,7 +51,7 @@ https://github.com/user-attachments/assets/0786d244-8b82-4387-bbe4-9da048212854
|
|
|
51
51
|
*Node.jsがインストールされていることが前提となります*
|
|
52
52
|
|
|
53
53
|
##### 1. TouchDesignerコンポーネントを設置:
|
|
54
|
-
1. [リリースページ](https://github.com/8beeeaaat/touchdesigner-mcp/releases)から`touchdesigner-mcp-td.zip`をダウンロード
|
|
54
|
+
1. [リリースページ](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest)から`touchdesigner-mcp-td.zip`をダウンロード
|
|
55
55
|
2. zipファイルを展開し、`mcp_webserver_base.tox`を操作したいTouchDesignerプロジェクト直下にインポート
|
|
56
56
|
例: `/project1/mcp_webserver_base`となるように配置
|
|
57
57
|
|
|
@@ -69,7 +69,7 @@ https://github.com/user-attachments/assets/215fb343-6ed8-421c-b948-2f45fb819ff4
|
|
|
69
69
|
"mcpServers": {
|
|
70
70
|
"touchdesigner": {
|
|
71
71
|
"command": "npx",
|
|
72
|
-
"args": ["-y", "touchdesigner-mcp-server
|
|
72
|
+
"args": ["-y", "touchdesigner-mcp-server", "--stdio"]
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -79,7 +79,7 @@ https://github.com/user-attachments/assets/215fb343-6ed8-421c-b948-2f45fb819ff4
|
|
|
79
79
|
```json
|
|
80
80
|
"args": [
|
|
81
81
|
"-y",
|
|
82
|
-
"touchdesigner-mcp-server
|
|
82
|
+
"touchdesigner-mcp-server",
|
|
83
83
|
"--stdio",
|
|
84
84
|
"--host=http://custom_host",
|
|
85
85
|
"--port=9982"
|
|
@@ -107,7 +107,7 @@ make build
|
|
|
107
107
|
|
|
108
108
|
##### 3. TouchDesignerプロジェクトにMCP連携用のAPIサーバーを設置
|
|
109
109
|
|
|
110
|
-
TouchDesignerを起動し、`td/mcp_webserver_base.tox`コンポーネントを操作したいTouchDesignerプロジェクト直下にインポートします。
|
|
110
|
+
TouchDesignerを起動し、`td/mcp_webserver_base.tox`コンポーネントを操作したいTouchDesignerプロジェクト直下にインポートします。
|
|
111
111
|
例: `/project1/mcp_webserver_base`となるように配置
|
|
112
112
|
|
|
113
113
|
toxファイルのインポートにより`td/import_modules.py`スクリプトが実行され、APIサーバーのコントローラなどのモジュールがロードされます。
|
|
@@ -165,9 +165,9 @@ docker-compose up -d
|
|
|
165
165
|
|
|
166
166
|
## 接続確認
|
|
167
167
|
|
|
168
|
-
MCPサーバーが認識されていればセットアップは完了です。
|
|
169
|
-
認識されない場合は、AIエージェントを再起動してください。
|
|
170
|
-
起動時にエラーが表示される場合は、TouchDesignerを先に起動してからAIエージェントを再度起動してください。
|
|
168
|
+
MCPサーバーが認識されていればセットアップは完了です。
|
|
169
|
+
認識されない場合は、AIエージェントを再起動してください。
|
|
170
|
+
起動時にエラーが表示される場合は、TouchDesignerを先に起動してからAIエージェントを再度起動してください。
|
|
171
171
|
TouchDesignerでAPIサーバーが実行されていれば、エージェントは提供されたツール等を通じてTouchDesignerを使用できます。
|
|
172
172
|
|
|
173
173
|
### ディレクトリ構造要件
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ TouchDesigner MCP acts as a bridge between AI models and the TouchDesigner WebSe
|
|
|
19
19
|
<summary>Method 1: Using Claude Desktop and Desktop Extensions (Recommended)</summary>
|
|
20
20
|
|
|
21
21
|
### 1. Download Files
|
|
22
|
-
Download the following from the [releases page](https://github.com/8beeeaaat/touchdesigner-mcp/releases):
|
|
22
|
+
Download the following from the [releases page](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest):
|
|
23
23
|
- **TouchDesigner Components**: `touchdesigner-mcp-td.zip`
|
|
24
24
|
- **Desktop Extension (.dxt)**: `touchdesigner-mcp.dxt`
|
|
25
25
|
|
|
@@ -52,7 +52,7 @@ The extension will automatically handle the connection to the TouchDesigner serv
|
|
|
52
52
|
*Requires Node.js to be installed.*
|
|
53
53
|
|
|
54
54
|
### 1. Set up TouchDesigner Components
|
|
55
|
-
1. Download and extract the TouchDesigner components from `touchdesigner-mcp-td.zip` ([releases page](https://github.com/8beeeaaat/touchdesigner-mcp/releases)).
|
|
55
|
+
1. Download and extract the TouchDesigner components from `touchdesigner-mcp-td.zip` ([releases page](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest)).
|
|
56
56
|
2. Import `mcp_webserver_base.tox` into your TouchDesigner project.
|
|
57
57
|
3. Place it at `/project1/mcp_webserver_base`.
|
|
58
58
|
|
|
@@ -70,7 +70,7 @@ https://github.com/user-attachments/assets/215fb343-6ed8-421c-b948-2f45fb819ff4
|
|
|
70
70
|
"mcpServers": {
|
|
71
71
|
"touchdesigner": {
|
|
72
72
|
"command": "npx",
|
|
73
|
-
"args": ["-y", "touchdesigner-mcp-server
|
|
73
|
+
"args": ["-y", "touchdesigner-mcp-server", "--stdio"]
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -80,7 +80,7 @@ https://github.com/user-attachments/assets/215fb343-6ed8-421c-b948-2f45fb819ff4
|
|
|
80
80
|
```json
|
|
81
81
|
"args": [
|
|
82
82
|
"-y",
|
|
83
|
-
"touchdesigner-mcp-server
|
|
83
|
+
"touchdesigner-mcp-server",
|
|
84
84
|
"--stdio",
|
|
85
85
|
"--host=http://custom_host",
|
|
86
86
|
"--port=9982"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* TouchDesigner API
|
|
5
5
|
* OpenAPI schema for generating TouchDesigner API client code
|
|
6
|
-
* OpenAPI spec version: 0.4.
|
|
6
|
+
* OpenAPI spec version: 0.4.1
|
|
7
7
|
*/
|
|
8
8
|
import { customInstance } from '../../api/customInstance.js';
|
|
9
9
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|