MCPcopy
hub / github.com/alibaba/pont / IMocks

Interface IMocks

packages/pont-engine/src/types/mocks.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IMocks {
2 enable: boolean;
3
4 port: number;
5
6 basePath: string;
7
8 wrapper: string;
9}

Callers

nothing calls this directly

Implementers 1

Mockspackages/pont-engine/src/compatible/Mo

Calls

no outgoing calls

Tested by

no test coverage detected