Add firefox-devtools-mcp to let AI agents test and debug in Firefox

This commit is contained in:
Marco Castelluccio 2026-02-09 10:44:35 +01:00
parent 5505201930
commit c0c0dfb2fa
No known key found for this signature in database
GPG Key ID: 7EC7F621C5F89953

9
.mcp.json Normal file
View File

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