Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:20 +08:00
commit 5b6f452833
4 changed files with 92 additions and 0 deletions

10
mcp.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mcpServers": {
"browser": {
"args": [
"@agent-infra/mcp-server-browser@latest"
],
"command": "npx"
}
}
}