Duibonduil's picture
Upload 3 files
a345cc8 verified
{
"mcpServers": {
"amap-amap-sse": {
"url": "https://mcp.amap.com/sse?key=${AMAP_API_KEY}",
"timeout": 5.0,
"sse_read_timeout": 300.0
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {
"PLAYWRIGHT_TIMEOUT": "120000",
"SESSION_REQUEST_CONNECT_TIMEOUT": "120"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"../examples"
]
}
}
}