From 902281812c87e11e768f676dfd8af8ff285a80f1 Mon Sep 17 00:00:00 2001 From: Idris Gadi Date: Sat, 8 Aug 2026 21:26:28 +0530 Subject: [PATCH] fix: MDN mcp remote url --- domains/mozilla.org/integrations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mozilla.org/integrations.json b/domains/mozilla.org/integrations.json index 1cb3c2c2..c9211aa0 100644 --- a/domains/mozilla.org/integrations.json +++ b/domains/mozilla.org/integrations.json @@ -9,7 +9,7 @@ "name": "MDN MCP server", "slug": "mdn-mcp-server", "type": "mcp", - "url": "https://developer.mozilla.org/api/v1/mcp" + "url": "https://mcp.mdn.mozilla.net/" } ] }