MCPcopy Create free account
hub / github.com/cortexkit/magic-context / stop

Method stop

packages/e2e-tests/src/mock-provider/server.ts:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 async stop(): Promise<void> {
105 if (this.server) {
106 this.server.stop(true);
107 this.server = null;
108 }
109 }
110
111 /** Queue a list of responses (consumed in order per request). */
112 script(responses: MockResponse[]): void {

Callers 1

createMethod · 0.95

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected