Skip to content

chore: Add lastUpdatedAt to Task#1875

Merged
localden merged 1 commit into
modelcontextprotocol:mainfrom
He-Pin:lastUpdatedAt
Nov 24, 2025
Merged

chore: Add lastUpdatedAt to Task#1875
localden merged 1 commit into
modelcontextprotocol:mainfrom
He-Pin:lastUpdatedAt

Conversation

@He-Pin

@He-Pin He-Pin commented Nov 22, 2025

Copy link
Copy Markdown
Contributor

Motivation and Context

Currently, the task only contains createdAt, the creation time, but the client cannot know the exact time when the task's state transition occurred. We've added lastUpdatedAt to complete this information, allowing for precise location of a specific state change point during end-to-end troubleshooting, facilitating end-to-end information transmission. Simultaneously, when supporting subtasks in the future, the exact state update time of a subtask will be known, simplifying the implementation of time-sequential logic.

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@He-Pin
He-Pin requested a review from a team as a code owner November 22, 2025 05:36
@He-Pin

He-Pin commented Nov 22, 2025

Copy link
Copy Markdown
Contributor Author

@LucaButBoring FYI

@localden localden added the rc-high-priority Related to an upcoming specification release and needs to be addressed with a high priority. label Nov 23, 2025
@LucaButBoring

Copy link
Copy Markdown
Contributor

LGTM, could even maybe reduce it to simply updatedAt, but I don't have strong opinions about that. I'm in favor of this either way.

@localden

Copy link
Copy Markdown
Contributor

Discussed with @000-000-000-000-000 and @LucaButBoring - this will be the last change for the Tasks SEP that will make it into 2025-11-25. Once Nick approves, we're good to merge and work on cutting the release.

@He-Pin

He-Pin commented Nov 24, 2025

Copy link
Copy Markdown
Contributor Author

@LucaButBoring last for Zero Ambiguity for AI and humans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rc-high-priority Related to an upcoming specification release and needs to be addressed with a high priority.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants