imgx-cli 0.5.0 → 0.5.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.1 (2026-02-26)
4
+
5
+ ### Added
6
+
7
+ - Published to npm (`npm install -g imgx-cli` / `npx imgx`)
8
+ - `mcpName` field for MCP Registry integration
9
+ - `server.json` for MCP Registry publishing
10
+
11
+ ### Changed
12
+
13
+ - README: added Google AI Studio link for API key setup, MCP env section note
14
+
3
15
  ## 0.5.0 (2026-02-26)
4
16
 
5
17
  ### Added
@@ -39554,7 +39554,7 @@ function showAll() {
39554
39554
  }
39555
39555
 
39556
39556
  // build/cli/index.js
39557
- var VERSION2 = "0.5.0";
39557
+ var VERSION2 = "0.5.1";
39558
39558
  var HELP = `imgx v${VERSION2} \u2014 AI image generation and editing CLI
39559
39559
 
39560
39560
  Commands:
@@ -69377,7 +69377,7 @@ function initGemini() {
69377
69377
  // build/mcp/server.js
69378
69378
  var server = new McpServer({
69379
69379
  name: "imgx",
69380
- version: "0.5.0"
69380
+ version: "0.5.1"
69381
69381
  });
69382
69382
  initGemini();
69383
69383
  function resolveProvider(providerName) {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "imgx-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
+ "mcpName": "io.github.somacoffeekyoto/imgx",
4
5
  "description": "AI image generation and editing CLI with provider abstraction",
5
6
  "type": "module",
6
7
  "bin": {