Skip to content

Commit e619baa

Browse files
aRustyDevclaude
andcommitted
fix(design-to-code): Remove non-existent sketch-context MCP server
Keep sketch (mcp-remote), penpot, and iconify servers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 49fb083 commit e619baa

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"name": "design-to-code",
115115
"source": "./context/plugins/design-to-code",
116116
"description": "Bridge design tools and code generation, enabling seamless translation of design files into production-ready UI code across multiple frameworks.",
117-
"version": "0.1.3",
117+
"version": "0.1.4",
118118
"author": {
119119
"name": "Adam Smith",
120120
"email": "developer@gh.arusty.dev"

context/plugins/design-to-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-to-code",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Bridge design tools and code generation, enabling seamless translation of design files into production-ready UI code across multiple frameworks.",
55
"author": {
66
"name": "Adam Smith",

context/plugins/design-to-code/.mcp.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"mcpServers": {
3-
"sketch-context": {
4-
"command": "npx",
5-
"args": ["-y", "sketch-context-mcp"]
6-
},
73
"sketch": {
84
"command": "npx",
95
"args": ["-y", "mcp-remote", "http://localhost:31126/mcp", "--allow-http"]

0 commit comments

Comments
 (0)