Skip to content

Commit 17046c8

Browse files
committed
chore: setup mcp vscode
1 parent 7a7cb0b commit 17046c8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.vscode/mcp.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"servers": {
3+
"next-devtools": {
4+
"command": "npx",
5+
"args": ["-y", "next-devtools-mcp@latest"],
6+
"type": "stdio"
7+
},
8+
"playwright": {
9+
"command": "npx",
10+
"args": ["@playwright/mcp@latest"],
11+
"type": "stdio"
12+
},
13+
"Figma": {
14+
"url": "https://mcp.figma.com/mcp",
15+
"type": "http"
16+
}
17+
},
18+
"inputs": []
19+
}

biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
33
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
4-
"files": { "ignoreUnknown": false, "includes": ["./src/**"] },
4+
"files": { "ignoreUnknown": false, "includes": ["./src/**", "**/*.json"] },
55
"formatter": {
66
"enabled": true,
77
"formatWithErrors": false,
@@ -29,6 +29,7 @@
2929
"noUnnecessaryConditions": "error",
3030
"noImportCycles": "warn",
3131
"useSortedClasses": {
32+
"level": "warn",
3233
"options": {
3334
"attributes": ["classList"],
3435
"functions": ["cn"]

0 commit comments

Comments
 (0)