This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryAdded claim_task, heartbeat_task, and release_task tools plus list_tasks claimed filter; fixed create_webhook to accept task.claimed and task.released events.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds claim_task tool to atomically claim next queue task with configurable lease. Adds claim_task tool to atomically claim next queue task with configurable lease. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Low |
Adds heartbeat_task tool to extend lease on a claimed task. Adds heartbeat_task tool to extend lease on a claimed task. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Low |
Adds release_task tool to requeue a claimed task without completing it. Adds release_task tool to requeue a claimed task without completing it. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Low |
Enhances list_tasks with a `claimed` filter to list claimed tasks. Enhances list_tasks with a `claimed` filter to list claimed tasks. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fixes create_webhook to accept new `task.claimed` and `task.released` events. Fixes create_webhook to accept new `task.claimed` and `task.released` events. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Task claiming tools
Exposes the hosted API's new work-queue endpoints as MCP tools:
Added
claim_task— atomically claim the next available task from the queue with a configurable lease (30–3600s, default 300). Returns the task or reports an empty queue. Hosted API only.heartbeat_task— extend the lease on a claimed task while working.release_task— requeue a claimed task without completing it.list_tasksgains aclaimedfilter.
Fixed
create_webhookno longer rejects the newtask.claimed/task.releasedevents (the input enum was missing them).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About delega-dev/delega-mcp
Task management API built for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context. Self-hosted or hosted tier at delega.dev.
Related context
Related tools
Earlier breaking changes
- v1.10.0 Removes support for self‑hosted/OSS configurations; Delega now hosted‑only.
Beta — feedback welcome: [email protected]