Merge pull request #20644 from marco-c/mcp

Add firefox-devtools-mcp to let AI agents test and debug in Firefox
This commit is contained in:
calixteman 2026-02-10 09:58:05 +01:00 committed by GitHub
commit 7077b2a998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
.mcp.json Normal file
View File

@ -0,0 +1,9 @@
{
"mcpServers": {
"firefox-devtools": {
"type": "stdio",
"command": "npx",
"args": ["@padenot/firefox-devtools-mcp"]
}
}
}