shipscreens 0.1.4 → 0.1.5

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/README.md CHANGED
@@ -55,7 +55,7 @@ Windows users can force `npx` through `cmd /c`:
55
55
  }
56
56
  ```
57
57
 
58
- Gemini CLI setup (`~/.gemini/settings.json`):
58
+ Gemini CLI setup (`.gemini/settings.json` in project or `~/.gemini/settings.json`):
59
59
  ```json
60
60
  {
61
61
  "mcpServers": {
@@ -58,7 +58,8 @@
58
58
  }
59
59
  },
60
60
  "gemini_cli": {
61
- "config_file": "~/.gemini/settings.json",
61
+ "config_file": ".gemini/settings.json",
62
+ "alternate_config_file": "~/.gemini/settings.json",
62
63
  "settings_key": "mcpServers",
63
64
  "command": "npx",
64
65
  "args": [
@@ -91,7 +91,7 @@ Claude Code (`.mcp.json`):
91
91
  }
92
92
  ```
93
93
 
94
- Gemini CLI (`~/.gemini/settings.json`):
94
+ Gemini CLI (`.gemini/settings.json` project-local or `~/.gemini/settings.json` home):
95
95
  ```json
96
96
  {
97
97
  "mcpServers": {
@@ -42,7 +42,7 @@ npx --yes shipscreens@latest mcp serve
42
42
 
43
43
  ## Agent client bootstrap
44
44
  - Claude Code (`.mcp.json`): use `command: "npx"` with args `["--yes","shipscreens@latest","mcp","serve"]`.
45
- - Gemini CLI (`~/.gemini/settings.json`): add `mcpServers.shipscreens` with the same `npx` command + args.
45
+ - Gemini CLI (`.gemini/settings.json` project-local or `~/.gemini/settings.json` home): add `mcpServers.shipscreens` with the same `npx` command + args.
46
46
  - OpenAI Responses API: default tool selection is `auto`; use `tool_choice=required` when the tool call must be forced.
47
47
 
48
48
  ## Canonical docs
@@ -6,15 +6,25 @@
6
6
  "websiteUrl": "https://shipscreens.com/tools/agent-cli/",
7
7
  "repository": {
8
8
  "url": "https://github.com/iamjamb/shipscreens",
9
- "source": "github"
9
+ "source": "github",
10
+ "id": "1102296305"
10
11
  },
11
- "version": "0.1.4",
12
+ "version": "0.1.5",
13
+ "icons": [
14
+ {
15
+ "src": "https://shipscreens.com/apple-touch-icon.png",
16
+ "mimeType": "image/png",
17
+ "sizes": [
18
+ "180x180"
19
+ ]
20
+ }
21
+ ],
12
22
  "packages": [
13
23
  {
14
24
  "registryType": "npm",
15
25
  "registryBaseUrl": "https://registry.npmjs.org",
16
26
  "identifier": "shipscreens",
17
- "version": "0.1.4",
27
+ "version": "0.1.5",
18
28
  "runtimeHint": "npx",
19
29
  "transport": {
20
30
  "type": "stdio"
@@ -34,7 +44,7 @@
34
44
  "_meta": {
35
45
  "io.modelcontextprotocol.registry/publisher-provided": {
36
46
  "tool": "shipscreens-registry-precheck",
37
- "version": "0.1.4"
47
+ "version": "0.1.5"
38
48
  }
39
49
  }
40
50
  }
@@ -58,7 +58,8 @@
58
58
  }
59
59
  },
60
60
  "gemini_cli": {
61
- "config_file": "~/.gemini/settings.json",
61
+ "config_file": ".gemini/settings.json",
62
+ "alternate_config_file": "~/.gemini/settings.json",
62
63
  "settings_key": "mcpServers",
63
64
  "command": "npx",
64
65
  "args": [
@@ -91,7 +91,7 @@ Claude Code (`.mcp.json`):
91
91
  }
92
92
  ```
93
93
 
94
- Gemini CLI (`~/.gemini/settings.json`):
94
+ Gemini CLI (`.gemini/settings.json` project-local or `~/.gemini/settings.json` home):
95
95
  ```json
96
96
  {
97
97
  "mcpServers": {
package/dist/llms.txt CHANGED
@@ -42,7 +42,7 @@ npx --yes shipscreens@latest mcp serve
42
42
 
43
43
  ## Agent client bootstrap
44
44
  - Claude Code (`.mcp.json`): use `command: "npx"` with args `["--yes","shipscreens@latest","mcp","serve"]`.
45
- - Gemini CLI (`~/.gemini/settings.json`): add `mcpServers.shipscreens` with the same `npx` command + args.
45
+ - Gemini CLI (`.gemini/settings.json` project-local or `~/.gemini/settings.json` home): add `mcpServers.shipscreens` with the same `npx` command + args.
46
46
  - OpenAI Responses API: default tool selection is `auto`; use `tool_choice=required` when the tool call must be forced.
47
47
 
48
48
  ## Canonical docs
@@ -6,15 +6,25 @@
6
6
  "websiteUrl": "https://shipscreens.com/tools/agent-cli/",
7
7
  "repository": {
8
8
  "url": "https://github.com/iamjamb/shipscreens",
9
- "source": "github"
9
+ "source": "github",
10
+ "id": "1102296305"
10
11
  },
11
- "version": "0.1.4",
12
+ "version": "0.1.5",
13
+ "icons": [
14
+ {
15
+ "src": "https://shipscreens.com/apple-touch-icon.png",
16
+ "mimeType": "image/png",
17
+ "sizes": [
18
+ "180x180"
19
+ ]
20
+ }
21
+ ],
12
22
  "packages": [
13
23
  {
14
24
  "registryType": "npm",
15
25
  "registryBaseUrl": "https://registry.npmjs.org",
16
26
  "identifier": "shipscreens",
17
- "version": "0.1.4",
27
+ "version": "0.1.5",
18
28
  "runtimeHint": "npx",
19
29
  "transport": {
20
30
  "type": "stdio"
@@ -34,7 +44,7 @@
34
44
  "_meta": {
35
45
  "io.modelcontextprotocol.registry/publisher-provided": {
36
46
  "tool": "shipscreens-registry-precheck",
37
- "version": "0.1.4"
47
+ "version": "0.1.5"
38
48
  }
39
49
  }
40
50
  }
package/package.json CHANGED
@@ -1,16 +1,23 @@
1
1
  {
2
2
  "name": "shipscreens",
3
- "version": "0.1.4",
4
- "description": "Store screenshots as code. Build App Store + Google Play outputs in CI (Fastlane-ready).",
3
+ "version": "0.1.5",
4
+ "description": "Store screenshots as code. Deterministic App Store + Google Play exports for CI and MCP-enabled agents.",
5
5
  "keywords": [
6
6
  "app-store-screenshots",
7
7
  "google-play-screenshots",
8
+ "app-store-screenshot-automation",
9
+ "google-play-screenshot-automation",
10
+ "fastlane-screenshots",
11
+ "screenshot-ci-pipeline",
8
12
  "fastlane",
9
13
  "mobile-release",
10
14
  "automation",
11
15
  "cli",
12
16
  "ci",
13
17
  "ai-agent",
18
+ "claude-code",
19
+ "gemini-cli",
20
+ "openai-responses",
14
21
  "model-context-protocol",
15
22
  "mcp",
16
23
  "mcp-server",