mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"mcpServers": {
|
|
"astro-docs": {
|
|
"type": "http",
|
|
"url": "https://mcp.docs.astro.build/mcp"
|
|
},
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["@playwright/mcp@latest"],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|