touchdesigner-mcp-server 0.2.7 → 0.2.8

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
@@ -48,7 +48,7 @@ TouchDesignerが起動した状態で、AIエージェント(Claude Desktop,Cu
48
48
  "mcpServers": {
49
49
  "touchdesigner": {
50
50
  "args": [
51
- "/path/to/your/touchdesigner-mcp-server/dist/index.js", // <-- touchdesigner-mcp-server/dist/index.js への絶対パスに置き換えてください
51
+ "/path/to/your/node_modules/touchdesigner-mcp-server/dist/index.js", // <-- node_modules/touchdesigner-mcp-server/dist/index.js への絶対パスに置き換えてください
52
52
  "--stdio"
53
53
  ],
54
54
  "command": "node",
@@ -58,7 +58,10 @@ TouchDesignerが起動した状態で、AIエージェント(Claude Desktop,Cu
58
58
  }
59
59
  ```
60
60
 
61
+ *Windows環境では C:\\ の様にドライブレターを含めてください。 例. `C:\\path\\to\\your\\node_modules\\touchdesigner-mcp-server\\dist\\index.js`*
62
+
61
63
  MCPサーバーが認識されていればセットアップは完了です。
64
+ 認識されない場合はAIエージェントを再起動するなどしてください。
62
65
  起動時にエラーが表示される場合はTouchDesignerを先に起動してから再度エージェントを起動してください。
63
66
  TouchDesigner で APIサーバーが実行されていれば、エージェントは提供された TouchDesigner ツールを通じてTouchDesignerを使用できます。
64
67
 
@@ -170,6 +173,8 @@ TouchDesignerが起動した状態で、AIエージェント(Cursor, Claude De
170
173
  }
171
174
  ```
172
175
 
176
+ *Windows環境では C:\\ の様にドライブレターを含めてください。 例. `C:\\path\\to\\your\\touchdesigner-mcp\\dist\\index.js`*
177
+
173
178
  ### セットアップ後のプロジェクト構造概要
174
179
 
175
180
  ```
package/README.md CHANGED
@@ -48,7 +48,7 @@ With TouchDesigner running, configure your AI agent (Claude Desktop, Cursor, VSC
48
48
  "mcpServers": {
49
49
  "touchdesigner": {
50
50
  "args": [
51
- "/path/to/your/touchdesigner-mcp-server/dist/index.js", // <-- Replace with the absolute path to touchdesigner-mcp-server/dist/index.js
51
+ "/path/to/your/node_modules/touchdesigner-mcp-server/dist/index.js", // <-- Replace with the absolute path to node_modules/touchdesigner-mcp-server/dist/index.js
52
52
  "--stdio"
53
53
  ],
54
54
  "command": "node",
@@ -58,7 +58,10 @@ With TouchDesigner running, configure your AI agent (Claude Desktop, Cursor, VSC
58
58
  }
59
59
  ```
60
60
 
61
+ *On Windows system, please include the drive letter such as C: e.g. `C:\\path\\to\\your\\node_modules\\touchdesigner-mcp-server\\dist\\index.js`*
62
+
61
63
  If the MCP server is recognized, setup is complete.
64
+ Restart the agent, if not recognized.
62
65
  If you see an error at startup, try launching the agent again after starting TouchDesigner.
63
66
  If the API server is running in TouchDesigner, the agent can use TouchDesigner via the provided tools.
64
67
 
@@ -171,6 +174,8 @@ With TouchDesigner running, configure your AI agent (Cursor, Claude Desktop, VSC
171
174
  }
172
175
  ```
173
176
 
177
+ *On Windows system, please include the drive letter such as C: e.g. `C:\\path\\to\\your\\touchdesigner-mcp\\dist\\index.js`*
178
+
174
179
  ### Project Structure After Setup
175
180
 
176
181
  ```
@@ -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.2.7
6
+ * OpenAPI spec version: 0.2.8
7
7
  */
8
8
  import { customInstance } from '../../api/customInstance.js';
9
9
  // eslint-disable-next-line @typescript-eslint/no-redeclare
@@ -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.2.7
6
+ * OpenAPI spec version: 0.2.8
7
7
  */
8
8
  import { z as zod } from 'zod';
9
9
  /**
@@ -18,7 +18,7 @@ export class TouchDesignerServer {
18
18
  constructor() {
19
19
  this.server = new McpServer({
20
20
  name: "TouchDesigner",
21
- version: "0.2.7",
21
+ version: "0.2.8",
22
22
  }, {
23
23
  capabilities: {
24
24
  prompts: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchdesigner-mcp-server",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "MCP server for TouchDesigner",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "devDependencies": {
30
30
  "@biomejs/biome": "1.9.4",
31
31
  "@types/jsdom": "^21.1.7",
32
- "@types/node": "^22.15.2",
32
+ "@types/node": "^22.15.3",
33
33
  "@vitest/coverage-v8": "^3.1.2",
34
34
  "msw": "^2.7.5",
35
35
  "mustache": "^4.2.0",
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
2
  info:
3
3
  description: OpenAPI schema for generating TouchDesigner API client code
4
4
  title: TouchDesigner API
5
- version: 0.2.7
5
+ version: 0.2.8
6
6
  servers:
7
7
  - url: "{baseUrl}"
8
8
  variables: