/** * Server-level instructions returned in the MCP Initialize handshake. * Every MCP client (Claude Desktop, Claude Code, Cursor, Gemini CLI, * Windsurf, Codex, VS Code Copilot) surfaces this to its model as * system-level context for how to use the tools on this server. Kept * concise — this is prompt budget, not documentation. */ export declare function buildServerInstructions(): string; //# sourceMappingURL=index.d.ts.map