import { AsyncLocalStorage } from 'async_hooks'; interface ToolCallContext { toolName: string; } export declare const toolCallStorage: AsyncLocalStorage; export declare function getCurrentToolName(): string | undefined; /** * Detect which IDE/app is hosting this MCP server from environment variables. * Returns a platform slug that gets sent as X-Contextium-Client to the API. */ export declare function detectHostPlatform(): string; export {}; //# sourceMappingURL=tool-context.d.ts.map