Core Maintainer Meeting Notes - April 22, 2026 #2639
localden
started this conversation in
Meeting Notes - Core Maintainers
Replies: 1 comment
-
|
@localden we had inaugural meeting of Tool Annotation group today, so expect updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MCP Core Maintainer Meeting, April 22, 2026
Attendees:
Purpose: Triage SEPs for the June 2026 spec release. Eight days remain before the list locks.
Key Decisions
1. Trust & Sensitivity Annotations: CUT from this release
@localden pulled these entirely for this launch. The discussion exposed too much disagreement about what annotations are actually for, and as a P2 it wasn't worth the cycles.
@localden deferred to a future spec version and will loop in @SamMorrowDrums's interest group to flesh out the design properly.
2. Tasks: moving from core spec to official extension
This was the meatiest discussion. Outcome: Tasks should be moved out of the core protocol and re-homed as an official extension, timed with the June release. They were already in this odd "in spec, but not really" state so we should make this consistent with the rest of the extensions if this is an experimental capability.
Why:
This was also part of the discussion with @CaitieM20's work on @LucaButBoring's proposal on changes to the Task primitive:
tasks/getmethod for polling status and results (supports incomplete results, MRTR requests for more info, and final results from one endpoint).tasks/updateortasks/continuemethod so clients can send additional info without coupling streams. Makes the whole thing properly async/event-driven.The catch-22 debate:
3. Extension framework problems: acknowledged, unsolved
@kurtisvg laid out some concerns with extensions:
@CaitieM20 proposed using the Tasks extension as the proof point to work through versioning and protocol-dependency declaration.
Moving to
2026-06-30We moved the pending SEPs to
in-review- the Core Maintainer team will review the content in-depth this week to provide input and do a final cut on Friday.Beta Was this translation helpful? Give feedback.
All reactions