@stackmemoryai/stackmemory
Version:
Project-scoped memory for AI coding tools. Durable context across sessions with MCP integration, frames, smart retrieval, Claude Code skills, and automatic hooks.
24 lines (23 loc) • 930 B
JavaScript
import { fileURLToPath as __fileURLToPath } from 'url';
import { dirname as __pathDirname } from 'path';
const __filename = __fileURLToPath(import.meta.url);
const __dirname = __pathDirname(__filename);
import { RefactoredStackMemoryMCP } from "./refactored-server.js";
import { MCPHandlerFactory } from "./handlers/index.js";
import { ContextHandlers } from "./handlers/context-handlers.js";
import { TaskHandlers } from "./handlers/task-handlers.js";
import { LinearHandlers } from "./handlers/linear-handlers.js";
import { TraceHandlers } from "./handlers/trace-handlers.js";
import { MCPToolDefinitions } from "./tool-definitions.js";
import { default as default2 } from "./server.js";
export {
ContextHandlers,
default2 as LegacyStackMemoryMCP,
LinearHandlers,
MCPHandlerFactory,
MCPToolDefinitions,
RefactoredStackMemoryMCP as StackMemoryMCP,
TaskHandlers,
TraceHandlers
};
//# sourceMappingURL=index.js.map