Skip to content

Commit 7077b2a

Browse files
authored
Merge pull request #20644 from marco-c/mcp
Add firefox-devtools-mcp to let AI agents test and debug in Firefox
2 parents 96dbe92 + c0c0dfb commit 7077b2a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"mcpServers": {
3+
"firefox-devtools": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": ["@padenot/firefox-devtools-mcp"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)