End the current collaboration session and release all claims
Ends collaboration sessions and releases all file claims with completion or abandonment status.
/plugin marketplace add leaf76/session-collab-mcp/plugin install leaf76-session-collab-plugin@leaf76/session-collab-mcpProperly terminate the current collaboration session.
If session ID is not known, call mcp__session-collab__collab_session_list to find your session.
Before ending, call mcp__session-collab__collab_claims_list with:
session_id: Your current session IDstatus: "active"This shows all claims that will be released. Review them to decide if they should be marked as "complete" or "abandon".
Call mcp__session-collab__collab_session_end with:
session_id: Your current session IDrelease_claims: "complete" (mark work as done) or "abandon" (if work is incomplete)First show unreleased claims:
| File/Symbol | Intent | Scope | Created |
|---|---|---|---|
path/to/file.ts | Refactoring... | small | 2024-01-15 |
Then confirm session termination:
| Item | Value |
|---|---|
| Session ID | xxx |
| Session Name | name |
| Claims Released | N |
| Status | Completed / Abandoned |
Session collaboration has been terminated. All claims have been released.