MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / setProjectPathHint

Method setProjectPathHint

src/mcp/engine.ts:111–114  ·  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

109 * first `ensureInitialized` call.
110 */
111 setProjectPathHint(projectPath: string): void {
112 this.projectPath = projectPath;
113 this.toolHandler.setDefaultProjectHint(projectPath);
114 }
115
116 /** Project root that the engine resolved on first init (null if none). */
117 getProjectPath(): string | null {

Callers 1

constructorMethod · 0.80

Calls 1

setDefaultProjectHintMethod · 0.80

Tested by

no test coverage detected