MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe /

Class

client-libs/typescript/src/client.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { OpenPipeConfig } from "./shared";
5
6export default class OpenPipe {
7 baseClient: OPClient;
8
9 constructor(config: OpenPipeConfig = {}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected