Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:25 +08:00
commit 195d99b1e4
4 changed files with 124 additions and 0 deletions

20
.mcp.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"chrome-dev-tools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
},
"sentry-spotlight": {
"command": "npx",
"args": ["-y", "@spotlightjs/spotlight", "--stdio-mcp"]
},
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
},
"agentsfera": {
"type": "http",
"url": "https://api.agentsfera.ai"
}
}
}