Files
agent-ui/.claude/settings.local.json
josedario87 9681ce4198 feat: Add WebMCP token polling for automatic browser connection
- Add token API endpoint to server for storing/retrieving pending tokens
- Add token polling in frontend to auto-detect and connect with tokens
- Add xterm dependencies for terminal functionality
- Add terminal page support in toolRegistry
2026-02-13 07:49:15 -06:00

47 lines
1.7 KiB
JSON

{
"permissions": {
"allow": [
"Skill(playwright-cli)",
"Bash(playwright-cli close:*)",
"Bash(playwright-cli open:*)",
"Bash(playwright-cli screenshot:*)",
"WebFetch(domain:github.com)",
"Bash(playwright-cli goto:*)",
"Bash(playwright-cli snapshot:*)",
"Bash(playwright-cli mousewheel:*)",
"Bash(playwright-cli eval:*)",
"Bash(playwright-cli tab-list:*)",
"Bash(playwright-cli tab-select:*)",
"Bash(playwright-cli click:*)",
"Bash(playwright-cli press:*)",
"WebFetch(domain:gitea.nucleoriofrio.com)",
"Bash(dir \"C:\\\\Users\\\\jodar\\\\agent-ui\")",
"WebSearch",
"Bash(cmd /c \"bun --version\")",
"Bash(powershell -Command \"bun --version\")",
"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_4100-navigate_to",
"mcp__agent-ui__localhost_4100-get_design_tokens",
"mcp__agent-ui__localhost_4100-set_theme_variable",
"mcp__agent-ui__localhost_4100-list_available_tools",
"mcp__agent-ui__localhost_4100-switch_theme",
"mcp__agent-ui__localhost_4100-set_default_theme",
"mcp__agent-ui__localhost_4100-save_theme",
"mcp__agent-ui___webmcp_browser-info",
"mcp__agent-ui__localhost_4100-render_vue_component",
"Bash(bun remove:*)",
"Bash(bun add:*)",
"mcp__agent-ui__localhost_4100-confetti",
"mcp__agent-ui__localhost_4100-get_current_page",
"mcp__agent-ui___webmcp_server-info"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"agent-ui"
]
}