MCPcopy
hub / github.com/coder/mux / trySse

Function trySse

src/node/services/mcpServerManager.ts:473–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 });
472
473 const trySse = async () =>
474 createMCPClient({
475 transport: {
476 type: "sse",
477 ...transportBase,
478 },
479 });
480
481 if (server.transport === "http") {
482 client = await tryHttp();

Callers 2

runServerTestFunction · 0.85
startSingleServerImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected