feat: add release management tools#181
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds release management MCP tools covering releases, tags, labels, linked work items, and changelogs. Shared helpers handle pagination and description conversion. Release registrars are wired into the server, and tooling documentation reflects the expanded tool set. ChangesRelease tool surface
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant MCP
participant ReleaseRegistrar
participant PlaneClient
MCP->>ReleaseRegistrar: register release tools
ReleaseRegistrar->>PlaneClient: call release, tag, label, work item, and changelog APIs
PlaneClient-->>MCP: return release operation results
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@tests/test_release_changelog.py`:
- Around line 31-40: Update the test helper _call to use FastMCP.Client with
StreamableHttpTransport against the configured live Plane instance instead of
constructing an in-process FastMCP server and monkeypatching
get_plane_client_context. Preserve the update_release_changelog invocation and
arguments while removing the offline mocked-client setup.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: be77522c-613c-4ef7-8135-830f945a96ef
📒 Files selected for processing (5)
plane_mcp/tools/releases/__init__.pyplane_mcp/tools/releases/_helpers.pyplane_mcp/tools/releases/changelog.pytests/test_integration.pytests/test_release_changelog.py
🚧 Files skipped from review as they are similar to previous changes (1)
- plane_mcp/tools/releases/init.py
…into feat-release-tools
Description
Adds MCP tools for Plane's releases domain.
Tools
Organized as a
plane_mcp/tools/releases/package.Type of Change
References
Requires
plane-sdk==0.2.20(pinned in this PR).Summary by CodeRabbit