Project Handoffs MCP Server

start_working_session

Start working on a next step

Input Schema

NameRequiredDescriptionDefault
nextStepIdYesID of the next step to work on
projectIdYesProject identifier

Input Schema (JSON Schema)

{ "properties": { "nextStepId": { "description": "ID of the next step to work on", "type": "string" }, "projectId": { "description": "Project identifier", "type": "string" } }, "required": [ "projectId", "nextStepId" ], "type": "object" }