MCP Configtesting

cc-blueprint-toolkit MCP Config

MCP server configuration from croffasia/cc-blueprint-toolkit

View Source
.mcp.json
{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    },
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}