MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / dispose

Method dispose

extensions/vscode/src/mcp/client.ts:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public dispose(): void {
107 this.proc?.kill();
108 this.output.dispose();
109 }
110
111 /** Kill the current MCP server process and re-start with a fresh DB connection. */
112 public async restart(): Promise<void> {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected