removed argument

This commit is contained in:
Karthik Kreen Krishnan
2024-11-26 16:52:07 +13:00
parent aba99119dd
commit ce0b743873

View File

@@ -60,7 +60,7 @@ Here's the Claude Desktop configuration to use the Puppeter server:
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer", "http://example.com"]
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}