touchdesigner-mcp-server 1.4.6 → 1.4.7

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.
@@ -38,7 +38,7 @@ export function formatClassList(data, options) {
38
38
  */
39
39
  export function formatClassDetails(data, options) {
40
40
  const opts = mergeFormatterOptions(options);
41
- if (!data || !data.name) {
41
+ if (!data?.name) {
42
42
  return "No class details available.";
43
43
  }
44
44
  if (opts.detailLevel === "detailed") {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.5.2 🍺
2
+ * Generated by orval v8.7.0 🍺
3
3
  * Do not edit manually.
4
4
  * TouchDesigner API
5
5
  * OpenAPI schema for generating TouchDesigner API client code
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.5.2 🍺
2
+ * Generated by orval v8.7.0 🍺
3
3
  * Do not edit manually.
4
4
  * TouchDesigner API
5
5
  * OpenAPI schema for generating TouchDesigner API client code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchdesigner-mcp-server",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "MCP server for TouchDesigner",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,35 +26,34 @@
26
26
  "touchdesigner-mcp-server": "dist/cli.js"
27
27
  },
28
28
  "dependencies": {
29
- "@modelcontextprotocol/sdk": "^1.27.1",
29
+ "@modelcontextprotocol/sdk": "^1.29.0",
30
30
  "@mozilla/readability": "^0.6.0",
31
- "@types/axios": "^0.14.4",
32
31
  "@types/ws": "^8.18.1",
33
32
  "@types/yargs": "^17.0.35",
34
- "axios": "1.13.6",
33
+ "axios": "1.15.0",
35
34
  "express": "^5.2.1",
36
35
  "mustache": "^4.2.0",
37
36
  "semver": "^7.7.4",
38
- "yaml": "^2.8.2",
37
+ "yaml": "^2.8.3",
39
38
  "zod": "4.3.6"
40
39
  },
41
40
  "devDependencies": {
42
- "@biomejs/biome": "2.4.6",
43
- "@openapitools/openapi-generator-cli": "^2.30.2",
41
+ "@biomejs/biome": "2.4.11",
42
+ "@openapitools/openapi-generator-cli": "^2.31.1",
44
43
  "@types/express": "^5.0.6",
45
- "@types/jsdom": "^28.0.0",
44
+ "@types/jsdom": "^28.0.1",
46
45
  "@types/mustache": "^4.2.6",
47
- "@types/node": "^25.3.5",
46
+ "@types/node": "^25.6.0",
48
47
  "@types/semver": "^7.7.1",
49
- "@vitest/coverage-v8": "^4.0.18",
48
+ "@vitest/coverage-v8": "^4.1.4",
50
49
  "archiver": "^7.0.1",
51
- "msw": "^2.12.10",
50
+ "msw": "^2.13.2",
52
51
  "npm-run-all": "^4.1.5",
53
- "orval": "^8.5.2",
54
- "prettier": "^3.8.1",
52
+ "orval": "^8.7.0",
53
+ "prettier": "^3.8.2",
55
54
  "shx": "^0.4.0",
56
- "typescript": "^5.9.3",
57
- "vitest": "^4.0.18"
55
+ "typescript": "^6.0.2",
56
+ "vitest": "^4.1.4"
58
57
  },
59
58
  "type": "module",
60
59
  "exports": {
@@ -102,8 +101,5 @@
102
101
  "workerDirectory": [
103
102
  "public"
104
103
  ]
105
- },
106
- "overrides": {
107
- "axios": "1.13.6"
108
104
  }
109
105
  }