Features
Roles
-
Added workspace/project role tools:
-
list_roles— list role definitions; filter bynamespace(workspaceorproject), cursor-paginated -
retrieve_role— fetch a single role definition by id
-
Initiatives
-
Added initiative project management tools:
-
list_initiative_projects— list projects linked to an initiative -
manage_initiative_projects— add or remove project links for an initiative
-
Work Item Relations
-
work_item_relation_definitions(CRUD for workspace relation definitions) -
work_item_dependencies(manage the six built-in dependency types) -
work_item_custom_relations(manage definition-based custom relations)
Improvements
Workspace & Project Members
-
get_workspace_membersandget_project_membersnow use lightweight, cursor-paginated endpoints, improving performance and avoiding timeouts in large workspaces. -
Added member filters:
first_name,last_name,email,display_name,role_slug,is_active, andis_bot. -
Member results now include
role,role_slug,is_active, andis_bot.
Projects, Cycles & Modules
list_projects,list_cycles, andlist_modulesnow use lightweight, cursor-paginated endpoints, improving performance and avoiding timeouts in large workspaces.
OAuth Authentication
- Redirect URI allowlist is now configurable at runtime via the
PLANE_OAUTH_ALLOWED_REDIRECT_URISenvironment variable appended to the built-in defaults.
Logging
-
Added
workspace_slugand tool names to logs. -
Added
LOG_USER_INFO(default:false) to optionally include user display names while keeping PII logging disabled by default.
Fixes
OAuth Authentication
-
Fixed OAuth redirect URI validation for supported MCP clients.
-
Updated the OAuth redirect allowlist for Chatgpt connectors, Cursor, VS Code, and Antigravity, resolving authentication failures caused by redirect URI mismatches.
Full Changelog: v0.2.9...v0.2.10