import { AsyncLocalStorage } from "node:async_hooks"; export declare const mcpContext: AsyncLocalStorage<{ activityId: string; targetProjectDir?: string; }>; //# sourceMappingURL=mcp-context.d.ts.map