Skip to content

Commit 2bc8f1e

Browse files
authored
Merge pull request #137 from SafeExamBrowser/general_mcp-servers-setup
General: MCP servers setup
2 parents 0e28b6d + 3d9d19d commit 2bc8f1e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"playwright": {
4+
"command": "npx",
5+
"args": ["-y", "@playwright/mcp@latest"]
6+
},
7+
"vuetify-mcp": {
8+
"command": "npx",
9+
"args": ["-y", "@vuetify/mcp"]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)