Skip to content

Commit cb49c70

Browse files
committed
fix: updated mcp.json to remove axiom and playwright
1 parent 21d4122 commit cb49c70

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.mcp.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
11
{
22
"mcpServers": {
3-
"playwright": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": [
7-
"-y",
8-
"@modelcontextprotocol/server-playwright",
9-
"--base-url",
10-
"http://localhost:3000"
11-
],
12-
"env": {
13-
"BROWSER": "chromium"
14-
}
15-
},
163
"context7": {
174
"type": "stdio",
185
"command": "npx",
196
"args": ["@upstash/context7-mcp@latest"]
20-
},
21-
"axiom": {
22-
"type": "stdio",
23-
"command": "npx",
24-
"args": ["-y", "mcp-remote", "https://mcp.axiom.co/mcp"]
257
}
268
}
279
}

0 commit comments

Comments
 (0)