/** * Dynamic description builder for MCP tool definitions. * Scans ~/.mcp-codex-subagent/templates/ to build rich descriptions * that automatically reflect available roles and specializations. */ /** * Build the description for the spawn_subagent tool. */ export declare function buildSpawnSubagentDescription(): string; /** * Build the description for the spawn_agent_group tool. */ export declare function buildAgentGroupDescription(): string; /** * Build the description for the code_review tool. */ export declare function buildCodeReviewDescription(): string; //# sourceMappingURL=description-builder.d.ts.map