Interface Nexus\Mcp\Extension\Tasks\Server\Store\TaskStoreInterface

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

Methods