MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI /

Class

packages/core/src/pipes/pipes.ts:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88export class Pipe {
89 private request: Request;
90 private pipe: any;
91 private tools: Record<string, (...args: any[]) => Promise<any>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected