/** * Tool definitions for the codex-teams-mcp-server. * * Team-only surface: 12 tools for team orchestration. * The old spawn_subagent/code_review/spawn_agent_group tools are removed. */ import type { ToolDefinition } from '../types.js'; /** * Build tool definitions dynamically. * Called after template init so discoverAvailableTemplates() can scan disk. */ export declare function getToolDefinitions(): ToolDefinition[]; //# sourceMappingURL=definitions.d.ts.map