Add .mcp.json to version control

This commit is contained in:
Claudio Ortolina
2026-04-30 23:00:20 +01:00
parent 8777f05e2e
commit 933f04bb25
3 changed files with 32 additions and 13 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"mcpServers": {
"tidewave": {
"type": "http",
"url": "http://127.0.0.1:4003/tidewave/mcp",
"directTools": true
},
"backlog": {
"type": "stdio",
"command": "backlog",
"args": [
"mcp",
"start"
],
"env": {},
"directTools": true
},
"chrome-devtools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
],
"directTools": true
}
}
}