Namespace Nexus\Mcp\Extension\Tasks\Server\Store

Classes
InMemoryTaskStore

In-memory implementation of TaskStoreInterface.

TaskRecord

A store-side snapshot of one task.

Interfaces
TaskStoreInterface

Durable storage for task records. createTask() MUST make the record visible to findTask() before returning, and the trySet* transitions are sticky once terminal.