@appmockup/mcp 0.2.0 → 0.2.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @appmockup/mcp
|
|
2
2
|
|
|
3
|
-
MCP server for [AppMockup](https://github.com/yakupbulbul/
|
|
3
|
+
MCP server for [AppMockup](https://github.com/yakupbulbul/appmockup) — let any AI
|
|
4
4
|
assistant generate App Store / Play Store screenshot mockups. One tool set, two
|
|
5
5
|
transports.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appmockup/mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "MCP server for AppMockup — generate App Store screenshot mockups from any AI assistant.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Yakup Bülbül",
|
|
7
7
|
"keywords": ["app-store", "screenshots", "mockup", "mcp", "model-context-protocol"],
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/yakupbulbul/
|
|
10
|
+
"url": "https://github.com/yakupbulbul/appmockup.git",
|
|
11
11
|
"directory": "packages/mcp"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yakupbulbul/
|
|
14
|
-
"bugs": "https://github.com/yakupbulbul/
|
|
13
|
+
"homepage": "https://github.com/yakupbulbul/appmockup#readme",
|
|
14
|
+
"bugs": "https://github.com/yakupbulbul/appmockup/issues",
|
|
15
15
|
"publishConfig": { "access": "public" },
|
|
16
16
|
"type": "module",
|
|
17
17
|
"main": "./dist/server.js",
|