From 20cc8b98539e282ed5d33ab8893a2aba39ae5116 Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Mon, 4 May 2026 13:22:42 +0200 Subject: [PATCH] fix: update MCP URL guidance --- app-prefixable/src/components/mcp-add-dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-prefixable/src/components/mcp-add-dialog.tsx b/app-prefixable/src/components/mcp-add-dialog.tsx index a5aaa962..a84bcd0f 100644 --- a/app-prefixable/src/components/mcp-add-dialog.tsx +++ b/app-prefixable/src/components/mcp-add-dialog.tsx @@ -195,12 +195,12 @@ export function MCPAddDialog(props: Props) { type="text" value={url()} onInput={(e) => setUrl(e.currentTarget.value)} - placeholder="https://mcp.example.com/sse" + placeholder="https://mcp.example.com/mcp/" class="w-full px-3 py-2 rounded-md text-sm" style={inputStyle} />

- The URL of the remote MCP server (SSE or HTTP endpoint) + The URL of the remote MCP server. OpenCode supports streamable HTTP and SSE transports.