From 338370a62222db857ef4b05800104895d8297354 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Fri, 4 Sep 2026 20:49:08 -0700 Subject: [PATCH] fix(mcp): namespace registry URL template --- server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.json b/server.json index 4c008ac..dd7be93 100644 --- a/server.json +++ b/server.json @@ -18,9 +18,9 @@ "remotes": [ { "type": "streamable-http", - "url": "https://{host}/mcp", + "url": "https://{fanout_host}/mcp", "variables": { - "host": { + "fanout_host": { "description": "Public hostname of your Fanout instance, without a scheme or path.", "isRequired": true, "placeholder": "fanout.example.com"