mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-30 07:04:12 +00:00
23 lines
556 B
JSON
23 lines
556 B
JSON
{
|
|
"servers": {
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest"],
|
|
"env": {
|
|
"ALLOWED_DIRECTORIES": "C:/Users/bchoudhury/MyProjects/cosmos-explorer"
|
|
}
|
|
},
|
|
"filesystem": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem@latest",
|
|
"C:/Users/bchoudhury/MyProjects/cosmos-explorer/test",
|
|
"C:/Users/bchoudhury/MyProjects/cosmos-explorer/src"
|
|
]
|
|
}
|
|
},
|
|
"inputs": []
|
|
} |