@dmsdc-ai/aigentry-telepty 0.0.15 → 0.0.16

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/cli.js +2 -0
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -287,6 +287,8 @@ async function main() {
287
287
  }
288
288
  return;
289
289
  }
290
+
291
+ if (cmd === 'mcp') {
290
292
  require('./mcp.js');
291
293
  return;
292
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmsdc-ai/aigentry-telepty",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "main": "daemon.js",
5
5
  "bin": {
6
6
  "telepty": "cli.js",
@@ -19,7 +19,7 @@
19
19
  "express": "^5.2.1",
20
20
  "node-pty": "^1.2.0-beta.11",
21
21
  "prompts": "^2.4.2",
22
- "update-notifier": "^7.3.1",
22
+ "update-notifier": "^5.1.0",
23
23
  "uuid": "^13.0.0",
24
24
  "ws": "^8.19.0",
25
25
  "zod": "^4.3.6"