@dpantani/tdmcp 0.3.0 → 0.4.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dpantani/tdmcp",
3
3
  "mcpName": "io.github.Pantani/tdmcp",
4
- "version": "0.3.0",
4
+ "version": "0.4.0",
5
5
  "description": "tdmcp — the TouchDesigner MCP server. Build real TouchDesigner visual systems from plain language with Claude, Cursor, or Codex (Model Context Protocol).",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -1,3 +1,3 @@
1
1
  """Version of the tdmcp TouchDesigner bridge."""
2
2
 
3
- BRIDGE_VERSION = "0.3.0"
3
+ BRIDGE_VERSION = "0.4.0"