Skip to content

Releases: dimastriann/odoo-erp-mcp

odoo-erp-mcp v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:27
ca76478

feat: multi-instance active support, per-instance tool permissions, versioned release artifacts

  • Add global settings (default_mode) and per-instance mode/allowed_tools
  • ClientManager: lazy-init and cache OdooClient per instance ID
  • MCP server: route tool calls to specified or active instance
  • Enforce CRUD vs read_only permissions per instance
  • Web UI: mode badge per instance, global mode selector
  • release.yml: versioned artifact names (e.g. odoo-erp-mcp-windows-0.2.0.exe)
  • Remove config.json from git tracking; add config.example.json template
  • Change project license from GNU AGPL-3 to MIT License

odoo-erp-mcp v0.1.0

Choose a tag to compare

@dimastriann dimastriann released this 12 Apr 08:10
docs: update readme file

- add editor integration guide for Cursor, Antigravity, VS Code, and JetBrains IDEs to README