Revision control

Copy as Markdown

Other Tools

{
"mcpServers": {
"moz": {
"type": "http",
},
"firefox-devtools": {
"type": "stdio",
"command": "./mach",
"args": [
"npx",
"@padenot/firefox-devtools-mcp",
"--pref",
"browser.ml.enable=true"
]
}
}
}