Spaces:
Sleeping
Sleeping
File size: 552 Bytes
a345cc8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"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"
]
}
}
} |