touchdesigner-mcp-server 0.4.0 → 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
 
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
 
@@ -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.0
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
@@ -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.0
6
+ * OpenAPI spec version: 0.4.1
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.4.0",
21
+ version: "0.4.1",
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.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "MCP server for TouchDesigner",
5
5
  "repository": {
6
6
  "type": "git",