x-m32-mcp-server 3.2.1 → 3.3.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ After code changes, run `npm run build` again so Claude Desktop uses the updated
68
68
  connection_connect with host="192.168.1.100" and port=10023
69
69
  ```
70
70
 
71
- ## Available Tools (21 total)
71
+ ## Available Tools (25 total)
72
72
 
73
73
  | Tool | Parameters |
74
74
  | ----------------------- | --------------------------------------- |
@@ -77,11 +77,12 @@ connection_connect with host="192.168.1.100" and port=10023
77
77
  | `connection_disconnect` | - |
78
78
  | `connection_get_info` | - |
79
79
  | `connection_get_status` | - |
80
- | **Channel (8)** | |
80
+ | **Channel (9)** | |
81
81
  | `channel_set_volume` | `channel`, `value`, `unit` |
82
82
  | `channel_set_gain` | `channel`, `gain` |
83
83
  | `channel_mute` | `channel`, `muted` |
84
84
  | `channel_solo` | `channel`, `solo` |
85
+ | `channel_get_state` | `channel` |
85
86
  | `channel_set_name` | `channel`, `name` |
86
87
  | `channel_set_color` | `channel`, `color` |
87
88
  | `channel_set_pan` | `channel`, `pan` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-m32-mcp-server",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "MCP server for controlling Behringer X32/M32 digital mixing consoles via OSC",
5
5
  "license": "MIT",
6
6
  "author": "Beomsu Koh",