MCPcopy
hub / github.com/claude-code-best/claude-code / createPipeServer

Function createPipeServer

src/utils/pipeTransport.ts:510–517  ·  view source on GitHub ↗
(
  name: string,
  options?: PipeServerOptions,
)

Source from the content-addressed store, hash-verified

508// ---------------------------------------------------------------------------
509
510export async function createPipeServer(
511 name: string,
512 options?: PipeServerOptions,
513): Promise<PipeServer> {
514 const server = new PipeServer(name)
515 await server.start(options)
516 return server
517}
518
519export async function connectToPipe(
520 targetName: string,

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected