v0.3.0
Features
Tool Consolidation
-
Consolidated the MCP tool surface from 177 tools to 28 action-dispatch tools covering 183 operations.
-
Added one tool per Plane resource, with operations selected through an
actionparameter. -
Added centralized
ACTIONSdefinitions to generate tool descriptions, annotations, and argument validation. -
Added MCP
ToolAnnotationsfor improved client-side tool handling. -
Removed advertised output schemas to significantly reduce tool listing size and token usage.
Argument Handling
-
Added automatic coercion for arguments encoded as strings, including lists, integers, and booleans.
-
Added action-specific argument validation to reject unsupported parameters instead of silently dropping them.
Workspace Governance
-
Added governance-aware routing and plan/feature gating for workspace-owned resources.
-
Added handling for resources during workspace governance migrations.
Backwards Compatibility
-
Preserved compatibility for 169 of 177 retired tool names, including legacy parameter names.
-
Added explicit mappings and replacement guidance for the 7 legacy tools that cannot be directly mapped.
-
Preserved
get_pql_referenceunder its existing name.
Improvements
Work Items
-
Fixed project-scoped work item counts to correctly apply
project_idthrough PQL. -
Improved work item property creation and type association for governed workspaces.
-
Improved work item type resolution to use workspace-level types when required.
-
Archive operations now return the archived work item status.
-
Improved PQL error handling by returning the invalid filter reference for correction.
-
Added consistent pagination metadata across actions supporting cursors.
Projects, Cycles & Modules
-
Bounded
project listresponses by default with cursor pagination. -
Continued use of lightweight endpoints for projects, cycles, modules, and workspace members.
-
Fixed
cycle archiveto avoid unnecessary updates after a cycle has already ended. -
Added missing project feature flags and corrected
is_time_tracking_enabledhandling.
Tooling & Infrastructure
-
Added shared toolkit modules for action definitions, runtime validation, pagination, governance, and response transformations.
-
Pinned tool ordering to keep client prompt caches stable.
-
Moved non-tool helpers out of the tool discovery path.
Fixes
Validation & Serialization
-
Fixed unsupported action parameters being silently accepted and dropped.
-
Fixed invalid enum values being silently ignored.
-
Fixed malformed property
optionsJSON being accepted without options. -
Fixed missing pagination envelopes being incorrectly treated as the last page.
-
Fixed workspace property defaults incorrectly returning
is_active: false.
Reachability
-
Added missing project feature flags:
parallel_cycles,project_updates, andworkflows. -
Corrected
is_time_tracking_enabledto be handled by the appropriate project update action.
Compatibility
-
Existing retired tool names and parameter spellings continue to work.
-
Tool results remain unchanged except for archive operations, which now return an explicit status object.
-
project listis now paginated by default; callers should follownext_cursoror provideper_page.