/** * v4.0 G8: 构建 server.instructions 字段内容。 * * 该字段在 InitializeResult 中返回,作为 deferred tool search 模式下 Claude * 决定"该不该 search 这个 server"以及"search 时用什么关键词"的核心线索。 * Markdown 格式,长度硬上限 2000 chars(由本函数 assert + scripts/lint-instructions.ts 保证)。 */ export declare function buildInstructions(): string; //# sourceMappingURL=instructions.d.ts.map