diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8077561..cdc5a0c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -22,7 +22,10 @@ "Bash(C:Usersjodar.bunbinbun.exe create vite . --template vue-ts)", "mcp__agent-ui___webmcp_get-token", "mcp__agent-ui___webmcp_quitar-tool", - "mcp__agent-ui__localhost_3000-render_html" + "mcp__agent-ui__localhost_3000-render_html", + "mcp__agent-ui__localhost_4100-navigate_to", + "mcp__agent-ui__localhost_4100-get_design_tokens", + "mcp__agent-ui__localhost_4100-set_theme_variable" ] }, "enableAllProjectMcpServers": true, diff --git a/frontend/src/App.vue b/frontend/src/App.vue index a3080ff..129fad6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,8 +1,33 @@