tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 92cd88ec531e2da036ebd512727fc52bfcab72a0
parent 4f45607b9c33541dfa7fdb7b690d3c1f8729d28c
Author: Suhaib Mujahid <smujahid@mozilla.com>
Date:   Wed, 26 Nov 2025 21:42:30 +0000

Bug 2002572 - Add .mcp.json configuration file. r=marco DONTBUILD

Introduces .mcp.json with configuration for the Firefox Development MCP Server.

Differential Revision: https://phabricator.services.mozilla.com/D274171

Diffstat:
A.mcp.json | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.mcp.json b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "moz": { + "type": "http", + "url": "https://mcp-dev.moz.tools/mcp" + } + } +}