Skip to content

v1.2.0

Choose a tag to compare

@hjdhnx hjdhnx released this 11 Jun 06:59
· 4 commits to main since this release

v1.2.0

New Features

  • Add ODOO_MCP_SAFE_METHODS env var for custom method whitelist (comma-separated)
  • Add web_approval module methods to built-in safe list: commit_flow_approval, turn_approval, transfer_reading

Bug Fixes

  • Fix tool registration: tools now register at init time instead of after Odoo connection

Docs

  • Add Security & Access Control section to .env.example
  • Add PyPI publishing guide