@iflow-mcp/dynamicendpoints-etsy-mcp 1.2.0

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/icon.svg ADDED
@@ -0,0 +1,54 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <defs>
3
+ <linearGradient id="orangeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#F56400;stop-opacity:1" />
5
+ <stop offset="100%" style="stop-color:#F39200;stop-opacity:1" />
6
+ </linearGradient>
7
+ </defs>
8
+
9
+ <!-- Background Circle -->
10
+ <circle cx="256" cy="256" r="256" fill="url(#orangeGradient)"/>
11
+
12
+ <!-- Shopping Bag -->
13
+ <g transform="translate(256, 256)">
14
+ <!-- Bag Body -->
15
+ <path d="M -80 -40 L -80 120 Q -80 140 -60 140 L 60 140 Q 80 140 80 120 L 80 -40 Z"
16
+ fill="#FFFFFF" stroke="#FFFFFF" stroke-width="4"/>
17
+
18
+ <!-- Bag Handle Left -->
19
+ <path d="M -60 -40 Q -60 -100 0 -100"
20
+ fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
21
+
22
+ <!-- Bag Handle Right -->
23
+ <path d="M 60 -40 Q 60 -100 0 -100"
24
+ fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
25
+
26
+ <!-- Decorative Heart (Etsy's handmade theme) -->
27
+ <g transform="translate(0, 30)">
28
+ <path d="M 0 20 Q -8 12 -12 8 Q -18 2 -18 -6 Q -18 -14 -12 -18 Q -6 -22 0 -18 Q 6 -22 12 -18 Q 18 -14 18 -6 Q 18 2 12 8 Q 8 12 0 20 Z"
29
+ fill="#F56400" opacity="0.9"/>
30
+ </g>
31
+
32
+ <!-- Sparkle 1 (top right) -->
33
+ <g transform="translate(50, -80)">
34
+ <path d="M 0 -8 L 0 8 M -8 0 L 8 0" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.8"/>
35
+ </g>
36
+
37
+ <!-- Sparkle 2 (bottom left) -->
38
+ <g transform="translate(-50, 100)">
39
+ <path d="M 0 -6 L 0 6 M -6 0 L 6 0" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.8"/>
40
+ </g>
41
+
42
+ <!-- Sparkle 3 (top left) -->
43
+ <g transform="translate(-70, -60)">
44
+ <path d="M 0 -5 L 0 5 M -5 0 L 5 0" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" opacity="0.7"/>
45
+ </g>
46
+ </g>
47
+
48
+ <!-- MCP Badge (bottom right corner) -->
49
+ <g transform="translate(420, 420)">
50
+ <circle cx="0" cy="0" r="35" fill="#FFFFFF" opacity="0.95"/>
51
+ <text x="0" y="0" font-family="Arial, sans-serif" font-size="28" font-weight="bold"
52
+ fill="#F56400" text-anchor="middle" dominant-baseline="central">MCP</text>
53
+ </g>
54
+ </svg>
package/language.json ADDED
@@ -0,0 +1 @@
1
+ nodejs
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name": "@iflow-mcp/dynamicendpoints-etsy-mcp", "version": "1.2.0", "description": "MCP server for Etsy API with comprehensive prompts, resources, tool annotations, and zero-config deployment", "main": "build/index.js", "module": "src/index.ts", "type": "module", "bin": {"iflow-mcp-dynamicendpoints-etsy-mcp": "build/index.js"}, "scripts": {"build": "npx smithery build", "dev": "npx smithery dev", "compile": "tsc", "start": "node build/index.js"}, "keywords": ["mcp", "etsy", "api", "model-context-protocol"], "author": "", "license": "MIT", "dependencies": {"@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.7", "zod": "^3.25.46"}, "devDependencies": {"@smithery/cli": "^1.4.6", "@types/node": "^22.9.0", "typescript": "^5.6.3"}}
package/package_name ADDED
@@ -0,0 +1 @@
1
+ @iflow-mcp/dynamicendpoints-etsy-mcp
package/push_info.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "push_platform": "github",
3
+ "fork_url": "https://github.com/iflow-mcp/dynamicendpoints-etsy-mcp",
4
+ "fork_branch": "iflow"
5
+ }
package/smithery.yaml ADDED
@@ -0,0 +1 @@
1
+ runtime: "typescript"