Add .mcp.json to version control
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user