MCPcopy
hub / github.com/RedPlanetHQ/core / CoreClientOptions

Interface CoreClientOptions

packages/sdk/src/client.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26} from "./schemas";
27
28export interface CoreClientOptions {
29 baseUrl: string;
30 token: string;
31}
32
33export class CoreClientError extends Error {
34 statusCode: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected