UNPKG

@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

23 lines (22 loc) 858 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); import { StackMemoryMCP } 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, StackMemoryMCP, TaskHandlers, TraceHandlers };