sensorium-mcp 2.16.111 → 2.16.112

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sensorium-mcp",
3
- "version": "2.16.111",
3
+ "version": "2.16.112",
4
4
  "description": "MCP server for remote control of AI assistants via Telegram",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -5,6 +5,9 @@ triggers:
5
5
  - use multi-thread
6
6
  - thread delegation
7
7
  - spawn thread
8
+ - multi thread
9
+ - multi-thread
10
+ - parallel threads
8
11
  replaces_orchestrator: true
9
12
  ---
10
13