diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index ab91e6e..0000000 --- a/.mcp.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "mcpServers": { - "exa": { - "type": "http", - "url": "https://mcp.exa.ai/mcp" - }, - "github": { - "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-github" - ], - "env": { - "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PAT}" - } - }, - "chrome-devtools": { - "command": "npx", - "args": [ - "-y", - "chrome-devtools-mcp@latest" - ] - }, - "playwright": { - "command": "npx", - "args": [ - "-y", - "@playwright/mcp@latest" - ] - } - } -}