/** * SDK Compatibility Shim * * Provides thin wrappers around `createSdkMcpServer` and `tool` that were * previously imported from the CodeBuddy Agent SDK. * * The @tencent-ai/agent-sdk is expected to expose the same API surface. * If the import fails at runtime, the shim falls back to a no-op placeholder * so that the rest of the server module can still be imported and inspected * without crashing (useful for tests or environments without the full SDK). */ export declare const createSdkMcpServer: (...args: any[]) => any; export declare const tool: (...args: any[]) => any; //# sourceMappingURL=sdk-compat.d.ts.map