MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/ide/ide-client.ts:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 * Manages the connection to and interaction with the IDE server.
55 */
56export class IdeClient {
57 private static instance: IdeClient;
58 private client: Client | undefined = undefined;
59 private state: IDEConnectionState = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected