@stackmemoryai/stackmemory
Version:
Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitoring, snapshot capture, pre-flight overlap checks, Claude/Codex/OpenCode wrappers, Linear sync, a
15 lines (14 loc) • 486 B
JavaScript
import { fileURLToPath as __fileURLToPath } from 'url';
import { dirname as __pathDirname } from 'path';
const __filename = __fileURLToPath(import.meta.url);
const __dirname = __pathDirname(__filename);
const DEFAULT_GREPTILE_CONFIG = {
enabled: !!process.env.GREPTILE_API_KEY,
mcpEndpoint: process.env.GREPTILE_MCP_ENDPOINT || "https://api.greptile.com/mcp",
apiKey: process.env.GREPTILE_API_KEY || "",
timeoutMs: 15e3,
maxRetries: 2
};
export {
DEFAULT_GREPTILE_CONFIG
};