feat: add @ark-ui/svelte dependency and configure ark-ui command in mcp.json for improved UI component management

This commit is contained in:
2025-12-13 17:37:44 -03:00
parent 91d41f6d98
commit 0404edd0ba
3 changed files with 175 additions and 0 deletions

View File

@@ -14,6 +14,13 @@
"mcp",
"start"
]
},
"ark-ui": {
"command": "npx",
"args": [
"-y",
"@ark-ui/mcp"
]
}
}
}