Commit 322d088

mo khan <mo@mokhan.ca>
2026-01-31 00:37:04
docs: update MCP example in README
1 parent 5895d80
Changed files (1)
README.md
@@ -202,15 +202,14 @@ Configure MCP servers in `~/.elelem/mcp.json` or `.elelem/mcp.json`:
 {
   "mcpServers": {
     "gitlab": {
-      "command": "npx",
-      "args": ["-y", "@anthropics/gitlab-mcp"],
-      "env": {
-        "GITLAB_TOKEN": "${GITLAB_TOKEN}"
-      }
-    },
-    "remote": {
       "type": "http",
-      "url": "https://mcp.example.com/sse"
+      "url": "https://gitlab.com/api/v4/mcp"
+    },
+    "playwright": {
+      "command": "npx",
+      "args": [
+        "@playwright/mcp@latest"
+      ]
     }
   }
 }