From 000c3d1cabd76e57a2fdc8fcae0ac5eaa72c3b50 Mon Sep 17 00:00:00 2001 From: Albab-Hasan Date: Wed, 4 Feb 2026 12:48:57 +0600 Subject: [PATCH] Fix missing /mcp suffix in SimilarWeb MCP URL (marketing) The SimilarWeb connector URL was missing the /mcp path suffix, inconsistent with all other MCP server URLs in the repo. --- marketing/.mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketing/.mcp.json b/marketing/.mcp.json index f0c6290..dd0a77c 100644 --- a/marketing/.mcp.json +++ b/marketing/.mcp.json @@ -30,7 +30,7 @@ }, "similarweb": { "type": "http", - "url": "https://mcp.similarweb.com" + "url": "https://mcp.similarweb.com/mcp" }, "klaviyo": { "type": "http",