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

Method constructor

packages/core/src/common/request.ts:40–42  ·  view source on GitHub ↗
(config: RequestConfig)

Source from the content-addressed store, hash-verified

38 private config: RequestConfig;
39
40 constructor(config: RequestConfig) {
41 this.config = config;
42 }
43
44 private async send<T>({endpoint, ...options}: SendOptions): Promise<T> {
45 const url = this.buildUrl({endpoint});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected