@appscreenshotstudio/mcp 0.5.1 → 0.5.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.
- package/README.md +1 -0
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -219,6 +219,7 @@ The AI generates professional screenshots using:
|
|
|
219
219
|
|
|
220
220
|
## Links
|
|
221
221
|
|
|
222
|
+
- [Screenshot API + MCP overview](https://appscreenshotstudio.com/api)
|
|
222
223
|
- [Full docs](https://appscreenshotstudio.com/docs/mcp)
|
|
223
224
|
- [REST API reference](https://appscreenshotstudio.com/docs/api)
|
|
224
225
|
- [Pricing](https://appscreenshotstudio.com/pricing)
|
package/dist/index.js
CHANGED
|
@@ -154,7 +154,7 @@ function buildDesignMessage(input) {
|
|
|
154
154
|
// ─── MCP Server ─────────────────────────────────────────────────────────────────
|
|
155
155
|
const server = new McpServer({
|
|
156
156
|
name: 'appscreenshotstudio',
|
|
157
|
-
version: '0.
|
|
157
|
+
version: '0.5.2',
|
|
158
158
|
});
|
|
159
159
|
// Tool 1: generate-screenshots
|
|
160
160
|
server.registerTool('generate-screenshots', {
|
|
@@ -312,7 +312,7 @@ What you can change:
|
|
|
312
312
|
- Frame color: recolor the device frame — "natural" (default), "black", "white", "gold". Examples: "make the iPhone gold", "black titanium finish", "white iPhone". Requires Growth plan or higher.
|
|
313
313
|
- Switch devices: "make this for Apple Watch" / "duplicate for Android tablet" clones the project at the target device's canvas size
|
|
314
314
|
- Add/remove cards: add a social proof card, remove card 3, add a marketing title card
|
|
315
|
-
- Compound fields (auto-positioned): statRow, laurelStat, pressBanner, starRating, quote, featureGrid, beforeAfterSplit
|
|
315
|
+
- Compound fields (auto-positioned): statRow, laurelStat, pressBanner, starRating, quote, featureGrid, beforeAfterSplit, stepList
|
|
316
316
|
- Panoramic backgrounds: one wide AI or Pexels image sliced across multiple cards ("pano the background across cards 1-3"). The edit only tags the cards; call generate-panoramic-background afterwards to create and slice the wide image.
|
|
317
317
|
- Panoramic element spans: stretch a foreground image, device-mockup, or shape across adjacent cards ("pano the device across cards 1-2")
|
|
318
318
|
- Floating elements: add/edit badges, star ratings
|
|
@@ -810,7 +810,7 @@ This tool helps you gather the right information so generate-screenshots produce
|
|
|
810
810
|
if (platform === 'android' || platform === 'both') {
|
|
811
811
|
deviceTips.push('**Android (required for Play Store):**');
|
|
812
812
|
deviceTips.push('- Android Phone (android-phone): 1080×2340 — REQUIRED');
|
|
813
|
-
deviceTips.push('- Android Tablet 7" (android-tablet-10): 1200×1920 —
|
|
813
|
+
deviceTips.push('- Android Tablet 7" (android-tablet-10): 1200×1920 — REQUIRED');
|
|
814
814
|
deviceTips.push('');
|
|
815
815
|
}
|
|
816
816
|
// Schema reminder
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appscreenshotstudio/mcp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "MCP server for generating App Store screenshots via AppScreenshotStudio",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://appscreenshotstudio.com/docs/mcp",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/TWWorks-org/mcp-server"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"mcp",
|