Files
v10/.mcp.json
T
2026-05-28 10:26:35 -07:00

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": {}
}
}
}