diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 3ac264f..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(mkdir:*)", - "Bash(uv sync:*)", - "Bash(uv run pytest:*)", - "Bash(git commit:*)", - "Bash(ruff check:*)", - "Bash(git add:*)", - "Bash(mypy:*)", - "WebFetch(domain:localhost)", - "Bash(npm create:*)", - "Bash(npm install)", - "Bash(npm install:*)", - "Bash(npx tailwindcss init:*)", - "Bash(./node_modules/.bin/tailwindcss:*)", - "Bash(npm run build:*)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index 49ef441..ce32d5e 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ sql/ leggen.db *.db config.toml +.claude/ diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..29a0d33 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,17 @@ +{ + "mcpServers": { + "shadcn": { + "command": "npx", + "args": [ + "shadcn@latest", + "mcp" + ] + }, + "browsermcp": { + "command": "npx", + "args": [ + "@browsermcp/mcp@latest" + ] + } + } +} diff --git a/frontend/.claude/settings.local.json b/frontend/.claude/settings.local.json deleted file mode 100644 index bf15e98..0000000 --- a/frontend/.claude/settings.local.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "permissions": { - "allow": ["Bash(find:*)"], - "deny": [], - "ask": [] - } -}