Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 26m43s
- Introduced a new `.mcp.json` file for server configurations. - Updated `package.json` to include the `shadcn` dependency. - Modified `pnpm-lock.yaml` to reflect the new dependency. - Adjusted `.claude/settings.local.json` to disable specific MCP servers. - Enhanced the login page design in `login.vue` with improved layout and user experience elements.
16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__query-docs",
|
|
"Bash(npx nuxi@latest:*)"
|
|
]
|
|
},
|
|
"disabledMcpjsonServers": [
|
|
"context7",
|
|
"playwright",
|
|
"sequential-thinking",
|
|
"shadcn"
|
|
]
|
|
}
|