@jaw.id/cli 0.2.0 → 0.2.2

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/oclif.manifest.json +25 -25
  2. package/package.json +2 -2
@@ -353,30 +353,6 @@
353
353
  "write.js"
354
354
  ]
355
355
  },
356
- "mcp": {
357
- "aliases": [],
358
- "args": {},
359
- "description": "Start the MCP server for AI agents (stdio transport)",
360
- "examples": [
361
- "<%= config.bin %> mcp"
362
- ],
363
- "flags": {},
364
- "hasDynamicHelp": false,
365
- "hiddenAliases": [],
366
- "id": "mcp",
367
- "pluginAlias": "@jaw.id/cli",
368
- "pluginName": "@jaw.id/cli",
369
- "pluginType": "core",
370
- "strict": true,
371
- "enableJsonFlag": false,
372
- "isESM": true,
373
- "relativePath": [
374
- "dist",
375
- "commands",
376
- "mcp",
377
- "index.js"
378
- ]
379
- },
380
356
  "rpc:call": {
381
357
  "aliases": [],
382
358
  "args": {
@@ -479,6 +455,30 @@
479
455
  "call.js"
480
456
  ]
481
457
  },
458
+ "mcp": {
459
+ "aliases": [],
460
+ "args": {},
461
+ "description": "Start the MCP server for AI agents (stdio transport)",
462
+ "examples": [
463
+ "<%= config.bin %> mcp"
464
+ ],
465
+ "flags": {},
466
+ "hasDynamicHelp": false,
467
+ "hiddenAliases": [],
468
+ "id": "mcp",
469
+ "pluginAlias": "@jaw.id/cli",
470
+ "pluginName": "@jaw.id/cli",
471
+ "pluginType": "core",
472
+ "strict": true,
473
+ "enableJsonFlag": false,
474
+ "isESM": true,
475
+ "relativePath": [
476
+ "dist",
477
+ "commands",
478
+ "mcp",
479
+ "index.js"
480
+ ]
481
+ },
482
482
  "session:add": {
483
483
  "aliases": [],
484
484
  "args": {},
@@ -1093,5 +1093,5 @@
1093
1093
  ]
1094
1094
  }
1095
1095
  },
1096
- "version": "0.2.0"
1096
+ "version": "0.2.2"
1097
1097
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jaw.id/cli",
3
3
  "description": "CLI + MCP Server for JAW.id smart accounts — for humans and AI agents",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
@@ -112,7 +112,7 @@
112
112
  }
113
113
  },
114
114
  "dependencies": {
115
- "@jaw.id/core": "1.3.0",
115
+ "@jaw.id/core": "1.3.2",
116
116
  "@modelcontextprotocol/sdk": "^1.12.1",
117
117
  "@oclif/core": "^4.3.0",
118
118
  "open": "^10.1.0",