MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / setProjectPathHint

Method setProjectPathHint

src/mcp/engine.ts:104–107  ·  view source on GitHub ↗

* Convenience for MCPServer compatibility: pre-seed an explicit * project path (from the `--path` CLI flag) without yet opening it. This * keeps the synchronous constructor cheap; the actual open happens on the * first `ensureInitialized` call.

(projectPath: string)

Source from the content-addressed store, hash-verified

102 * first `ensureInitialized` call.
103 */
104 setProjectPathHint(projectPath: string): void {
105 this.projectPath = projectPath;
106 this.toolHandler.setDefaultProjectHint(projectPath);
107 }
108
109 /** Project root that the engine resolved on first init (null if none). */
110 getProjectPath(): string | null {

Callers 1

constructorMethod · 0.80

Calls 1

setDefaultProjectHintMethod · 0.80

Tested by

no test coverage detected