File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Add a server in McpMux and every client has it instantly. No files to edit.
4949{
5050 "mcpServers" : {
5151 "mcpmux" : {
52- "type" : " streamable- http" ,
52+ "type" : " http" ,
5353 "url" : " http://localhost:9315/mcp"
5454 }
5555 }
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ function DashboardView() {
413413 < div className = "relative" >
414414 < pre className = "bg-slate-900 text-slate-100 p-4 rounded-lg text-sm overflow-x-auto font-mono" >
415415{ `"mcpmux": {
416- "type": "streamable- http",
416+ "type": "http",
417417 "url": "${ gatewayStatus . url || 'http://localhost:3100' } /mcp"
418418}` }
419419 </ pre >
@@ -422,7 +422,7 @@ function DashboardView() {
422422 size = "sm"
423423 className = "absolute top-2 right-2"
424424 onClick = { async ( ) => {
425- const config = `"mcpmux": {\n "type": "streamable- http",\n "url": "${ gatewayStatus . url || 'http://localhost:3100' } /mcp"\n}` ;
425+ const config = `"mcpmux": {\n "type": "http",\n "url": "${ gatewayStatus . url || 'http://localhost:3100' } /mcp"\n}` ;
426426 await navigator . clipboard . writeText ( config ) ;
427427 setExportSuccess ( 'Config copied to clipboard!' ) ;
428428 setTimeout ( ( ) => setExportSuccess ( null ) , 2000 ) ;
You can’t perform that action at this time.
0 commit comments