import { type McpToolAnnotations } from 'src/engine/api/mcp/types/mcp-tool-annotations.type'; export const MCP_EXECUTE_TOOL_ANNOTATIONS: McpToolAnnotations = { readOnlyHint: false, openWorldHint: true, destructiveHint: true, };