twenty / packages /twenty-server /src /engine /api /mcp /constants /mcp-execute-tool-annotations.const.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
235 Bytes
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,
};