MCPcopy
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

runServerTestFunction · 0.85
startSingleServerImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected