Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ tryHttp
Function
tryHttp
src/node/services/mcpServerManager.ts:465–471 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
463
};
464
465
const
tryHttp =
async
() =>
466
createMCPClient({
467
transport: {
468
type
:
"http"
,
469
...transportBase,
470
},
471
});
472
473
const
trySse =
async
() =>
474
createMCPClient({
Callers
2
runServerTest
Function · 0.85
startSingleServerImpl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected