Skip to content

v0.3.0

Latest

Choose a tag to compare

@ivnvxd ivnvxd released this 14 Sep 19:54
958b2ea

Release v0.3.0

Added

  • YOLO Mode: Development/testing mode that works with any standard Odoo instance without requiring the MCP module
    • Read-Only Mode (ODOO_YOLO=read): Allows all read operations while blocking write operations, suitable for demos and testing
    • Full Access Mode (ODOO_YOLO=true): Enables unrestricted access to all Odoo models and operations (use with extreme caution, never in production)
    • Visual warnings in all responses to prevent accidental misuse
    • Direct connection to standard Odoo XML-RPC endpoints (/xmlrpc/2/*)
    • Bypasses all MCP security controls and model restrictions