Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:37 +08:00
commit e9d910266b
13 changed files with 1340 additions and 0 deletions

12
.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}