Skip to content

v0.2.10

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:10
b0fb136

Features

Roles

  • Added workspace/project role tools:

    • list_roles — list role definitions; filter by namespace (workspace or project), 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_members and get_project_members now 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, and is_bot.

  • Member results now include role, role_slug, is_active, and is_bot.

Projects, Cycles & Modules

  • list_projects, list_cycles, and list_modules now 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_URIS environment variable appended to the built-in defaults.

Logging

  • Added workspace_slug and 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