mcp example fix backslash

frdel committed Aug 20, 2025 at 10:00 UTC e421038757a8403c10b96b4338580673aae09e5e
1 file changed +2 -2
webui/components/settings/mcp/server/example.html
+2 -2
@@ -7,7 +7,7 @@
7
8 <body>
9 <div x-data>
10 - <p>Agent Zero MCP Server is an SSE MCP running on the same URL and port as the Web UI + /mcp/sse path.</p>
10 + <p>Agent Zero MCP Server is an SSE MCP running on the same URL and port as the Web UI + /mcp/sse or /mcp/http path.</p>
11 <p>The same applies if you run A0 on a public URL using a tunnel.</p>
12
13 <!-- API Token Information -->
@@ -35,7 +35,7 @@
35 },
36 "agent-zero-http": {
37 "type": "streamable-http",
38 - "url": `${url}/mcp/t-${token}/http/`
38 + "url": `${url}/mcp/t-${token}/http`
39 }
40 }
41 }, null, 2);