@jaw.id/cli 0.1.10 → 0.1.11

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
@@ -137,6 +137,30 @@
137
137
  "version.js"
138
138
  ]
139
139
  },
140
+ "mcp": {
141
+ "aliases": [],
142
+ "args": {},
143
+ "description": "Start the MCP server for AI agents (stdio transport)",
144
+ "examples": [
145
+ "<%= config.bin %> mcp"
146
+ ],
147
+ "flags": {},
148
+ "hasDynamicHelp": false,
149
+ "hiddenAliases": [],
150
+ "id": "mcp",
151
+ "pluginAlias": "@jaw.id/cli",
152
+ "pluginName": "@jaw.id/cli",
153
+ "pluginType": "core",
154
+ "strict": true,
155
+ "enableJsonFlag": false,
156
+ "isESM": true,
157
+ "relativePath": [
158
+ "dist",
159
+ "commands",
160
+ "mcp",
161
+ "index.js"
162
+ ]
163
+ },
140
164
  "config:set": {
141
165
  "aliases": [],
142
166
  "args": {},
@@ -351,30 +375,6 @@
351
375
  "write.js"
352
376
  ]
353
377
  },
354
- "mcp": {
355
- "aliases": [],
356
- "args": {},
357
- "description": "Start the MCP server for AI agents (stdio transport)",
358
- "examples": [
359
- "<%= config.bin %> mcp"
360
- ],
361
- "flags": {},
362
- "hasDynamicHelp": false,
363
- "hiddenAliases": [],
364
- "id": "mcp",
365
- "pluginAlias": "@jaw.id/cli",
366
- "pluginName": "@jaw.id/cli",
367
- "pluginType": "core",
368
- "strict": true,
369
- "enableJsonFlag": false,
370
- "isESM": true,
371
- "relativePath": [
372
- "dist",
373
- "commands",
374
- "mcp",
375
- "index.js"
376
- ]
377
- },
378
378
  "rpc:call": {
379
379
  "aliases": [],
380
380
  "args": {
@@ -699,5 +699,5 @@
699
699
  ]
700
700
  }
701
701
  },
702
- "version": "0.1.10"
702
+ "version": "0.1.11"
703
703
  }
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.1.10",
4
+ "version": "0.1.11",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "dependencies": {
107
- "@jaw.id/core": "1.0.3",
107
+ "@jaw.id/core": "1.0.4",
108
108
  "@modelcontextprotocol/sdk": "^1.12.1",
109
109
  "@oclif/core": "^4.3.0",
110
110
  "open": "^10.1.0",