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 +1 -1
- package/dist/.well-known/ai-agents.json +2 -1
- package/dist/.well-known/llms-full.txt +1 -1
- package/dist/.well-known/llms.txt +1 -1
- package/dist/.well-known/mcp-server.json +14 -4
- package/dist/ai-agents.json +2 -1
- package/dist/llms-full.txt +1 -1
- package/dist/llms.txt +1 -1
- package/dist/mcp-server.json +14 -4
- package/package.json +9 -2
package/README.md
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.
|
|
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.
|
|
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.
|
|
47
|
+
"version": "0.1.5"
|
|
38
48
|
}
|
|
39
49
|
}
|
|
40
50
|
}
|
package/dist/ai-agents.json
CHANGED
package/dist/llms-full.txt
CHANGED
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
|
package/dist/mcp-server.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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
|
-
"description": "Store screenshots as code.
|
|
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",
|