Add MCP server configuration (#275)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Juan Manuel Servera committed Jun 6, 2026 at 10:46 UTC 8ed20965da0bf66a9c4cd5d91b5791ac8513fea5
1 file changed +22
.mcp.json new
+22
@@ -0,0 +1,22 @@
1 +{
2 + "mcpServers": {
3 + "io-github-upstash-context7": {
4 + "type": "stdio",
5 + "command": "npx",
6 + "args": [
7 + "@upstash/context7-mcp@1.0.31"
8 + ]
9 + },
10 + "cognitionai-deepwiki": {
11 + "type": "http",
12 + "url": "https://mcp.deepwiki.com/mcp"
13 + },
14 + "microsoft-playwright-mcp": {
15 + "type": "stdio",
16 + "command": "npx",
17 + "args": [
18 + "@playwright/mcp@latest"
19 + ]
20 + }
21 + }
22 +}