Plandex · Capability
Plandex Server — Context & Diffs
Plandex Server — Context & Diffs. Manages files, directories, URLs, notes, and images loaded into a plan branch, and operates on pending diffs (apply, reject, list). Self-contained Naftiko capability covering the context/diff surface of the Plandex REST API.
What You Can Do
GET
Listcontext
— List Context
/v1/plans/{planid}/{branch}/context
POST
Loadcontext
— Load Context
/v1/plans/{planid}/{branch}/context
PUT
Updatecontext
— Update Context
/v1/plans/{planid}/{branch}/context
DELETE
Deletecontext
— Delete Context
/v1/plans/{planid}/{branch}/context
GET
Getcontextbody
— Get Context Body
/v1/plans/{planid}/{branch}/context/{contextid}/body
GET
Getplandiffs
— Get Plan Diffs
/v1/plans/{planid}/{branch}/diffs
PATCH
Applyplan
— Apply Plan Changes
/v1/plans/{planid}/{branch}/apply
PATCH
Rejectallchanges
— Reject All Plan Changes
/v1/plans/{planid}/{branch}/reject-all
PATCH
Rejectfile
— Reject Plan File Change
/v1/plans/{planid}/{branch}/reject-file
PATCH
Rejectfiles
— Reject Multiple File Changes
/v1/plans/{planid}/{branch}/reject-files
POST
Getfilemap
— Get File Map
/v1/file-map
MCP Tools
list-context
List Context
read-only
idempotent
load-context
Load Context
update-context
Update Context
idempotent
delete-context
Delete Context
idempotent
get-context-body
Get Context Body
read-only
idempotent
get-plan-diffs
Get Plan Diffs
read-only
idempotent
apply-plan
Apply Plan Changes
reject-all-changes
Reject All Plan Changes
idempotent
reject-file
Reject Plan File Change
idempotent
reject-files
Reject Multiple File Changes
idempotent
get-file-map
Get File Map
read-only
idempotent