Skip to content

v1.1.0

Choose a tag to compare

@hjdhnx hjdhnx released this 08 Jun 13:51
· 8 commits to main since this release

v1.1.0

Breaking Changes

  • Renamed package from \mcp-server-odoo\ to \ ast-odoo-mcp\
  • Python package: \mcp_server_odoo\ -> \ ast_odoo_mcp\
  • CLI command: \mcp-server-odoo\ -> \ ast-odoo-mcp\
  • GitHub repo moved to \hjdhnx/fast-odoo-mcp\

Bug Fixes

  • Fix tool registration: tools now register at init time, not after Odoo connection (prevents 0-tool issue in AI clients)
  • Fix CI failures: ruff formatting, test_locale collection error
  • Remove mcp-integration-test job (no external dependency needed)

Docs

  • Add PyPI publishing guide
  • Update README with 12 new environment variables and 9 new tools
  • Add language switch links (EN/CN)
  • Sanitize sensitive info in docs

CI/CD

  • Remove dependency on \ivnvxd/odoo-apps\ repo
  • Make ty type checker non-blocking
  • Allow pre-existing test failures to pass CI