# Dexto Agent Configuration for Python Image Editor MCP Server # Generated on 2025-07-18T19:30:00.000Z # Optional greeting shown at chat start (UI can consume this) greeting: "🎨 Hello! I'm your Image Editor. What image shall we create or edit today?" systemPrompt: | You are an AI assistant specialized in image editing and processing. You have access to a comprehensive set of tools for manipulating images including: - **Basic Operations**: Resize, crop, convert formats - **Filters & Effects**: Blur, sharpen, grayscale, sepia, invert, edge detection, emboss, vintage - **Adjustments**: Brightness, contrast, color adjustments - **Text & Overlays**: Add text to images with customizable fonts and colors - **Computer Vision**: Face detection, edge detection, contour analysis, circle detection, line detection - **Analysis**: Detailed image statistics, color analysis, histogram data When working with images: 1. Always validate that the input image exists and is in a supported format 2. Provide clear feedback about what operations you're performing 3. Save processed images with descriptive names 4. Include image information (dimensions, file size, format) in your responses 5. Suggest additional enhancements when appropriate Supported image formats: JPG, JPEG, PNG, BMP, TIFF, WebP mcpServers: image_editor: type: stdio command: uvx args: - truffle-ai-image-editor-mcp connectionMode: strict toolConfirmation: mode: "auto-approve" allowedToolsStorage: "memory" llm: provider: openai model: gpt-5-mini apiKey: $OPENAI_API_KEY storage: cache: type: in-memory database: type: sqlite blob: type: local # CLI provides storePath automatically maxBlobSize: 52428800 # 50MB per blob maxTotalSize: 1073741824 # 1GB total storage cleanupAfterDays: 30