Skip to content

Release v1.6.0

Choose a tag to compare

@github-actions github-actions released this 05 May 22:11
25243f5

This release makes common company and deal writes easier, completes universal record support for custom objects, and fixes workspace-member lookups returned by list tools.

What's New

Added

  • Scoped create_company, update_company, create_deal, and update_deal tools for high-frequency company/deal writes without manually selecting resource_type (#1175)

Changed

  • Maintenance updates for npm trusted publishing reliability and current runtime/dependency compatibility (#1172, #1178)

Fixed

  • Universal record tools now support config-discovered custom objects for details, create, update, and delete, matching existing search support (#1161)
  • get-workspace-member now accepts valid workspace_member_id values returned by list-workspace-members (#1173, #1176)

Installation

npm install -g attio-mcp

Or update your existing installation:

npm update -g attio-mcp

Full Changelog: v1.5.0...v1.6.0