fix(mcp): call enableProductionMode before getDefaultDbPath
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c2f3a40372
commit
9dd8a738f9
@ -30,6 +30,9 @@ import {
|
||||
type IndexStatus,
|
||||
} from "../index.js";
|
||||
import { getConfigPath } from "../collections.js";
|
||||
import { enableProductionMode } from "../store.js";
|
||||
|
||||
enableProductionMode();
|
||||
|
||||
// =============================================================================
|
||||
// Types for structured content
|
||||
|
||||
Loading…
Reference in New Issue
Block a user