mcp.json 261 B

123456789101112131415
  1. {
  2. "servers": {
  3. "playwright": {
  4. "type": "stdio",
  5. "command": "npx",
  6. "args": [
  7. "@playwright/mcp@latest"
  8. ]
  9. },
  10. "microsoft.docs.mcp": {
  11. "type": "http",
  12. "url": "https://learn.microsoft.com/api/mcp"
  13. }
  14. }
  15. }