René's URL Explorer Experiment


Title: [notes] Agents WG Meeting, October 28th, 2025 · Issue #1726 · modelcontextprotocol/modelcontextprotocol · GitHub

Open Graph Title: [notes] Agents WG Meeting, October 28th, 2025 · Issue #1726 · modelcontextprotocol/modelcontextprotocol

X Title: [notes] Agents WG Meeting, October 28th, 2025 · Issue #1726 · modelcontextprotocol/modelcontextprotocol

Description: Agents WG Meeting Notes Date: October 28, 2025 Attendees Luca Chang Che Liu John Harris Jonathan Hefner Peder Holdgaard Pedersen Peter Alexander Shaun Smith Discussion The working group reviewed SEP-1686: Tasks, which supersedes the earl...

Open Graph Description: Agents WG Meeting Notes Date: October 28, 2025 Attendees Luca Chang Che Liu John Harris Jonathan Hefner Peder Holdgaard Pedersen Peter Alexander Shaun Smith Discussion The working group reviewed SE...

X Description: Agents WG Meeting Notes Date: October 28, 2025 Attendees Luca Chang Che Liu John Harris Jonathan Hefner Peder Holdgaard Pedersen Peter Alexander Shaun Smith Discussion The working group reviewed SE...

Opengraph URL: https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[notes] Agents WG Meeting, October 28th, 2025","articleBody":"# Agents WG Meeting Notes\n\n**Date:** October 28, 2025\n\n## Attendees\n\n- Luca Chang\n- Che Liu\n- John Harris\n- Jonathan Hefner\n- Peder Holdgaard Pedersen\n- Peter Alexander\n- Shaun Smith\n\n## Discussion\n\nThe working group reviewed [SEP-1686: Tasks](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1686), which supersedes the earlier [SEP-1391: Long-Running Operations](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1391) proposal. The new approach focuses on data-layer concerns and avoids changing tool call semantics, instead relying on notification-based patterns for progress updates.\n\n### Server-to-Client Task State Management\n\nThe proposal allows servers to request task augmentation from clients, raising questions about distributed state management. While clients are typically not distributed, some implementations may be. This creates implementation complexity around whether the host application or the MCP client should own the task store.\n\nIn the reference implementation, the client needs to expose an extension point for task storage, but only the host application can actually fulfill that requirement, separating their responsibilities.\n\n### Task-Augmentation Opt-In Mechanism\n\nA key concern is whether clients should expect any operation (like `tasks/list`) to potentially take minutes or hours when task-augmented. MCP requests can already be slow, and the SEP does not change this. However, the SEP clarifies that receivers choose whether to accept task augmentation for specific requests, allowing servers to refuse task augmentation on requests that it expects will be quick.\n\nHowever, this design raises a discoverability problem: clients need a way to know which requests support task augmentation, or else the expectation must be that they attempt to augment every request with a task. The group discussed using either capabilities or tool annotations to signal this support, and left it up to the SEP to clarify.\n\n### ListTasks Security and Consistency\n\nThe `tasks/list` operation needs filtering capabilities for security reasons, as clients should not see tasks from other contexts. The group agreed on a consistency requirement: if a client can call `tasks/get` to retrieve a specific task, that task must appear in `tasks/list` results for that client.\n\nThere was also discussion about bidirectional symmetry—whether it makes sense for servers to call `tasks/list` on a client. This would only be relevant if the client supports server-to-client task augmentation and would require explicit configuration, but it should be allowed under those circumstances.\n\n### Relationship to TrackElicitation\n\nThe group noted potential overlap with [SEP-1036: URL Mode Elicitation](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1036), which introduces an `elicitation/track` method carrying a progress token. While `elicitation/track` and Tasks serve different purposes, they may be redundant in some scenarios. The group recommended coordinating with the proposers of #1036 to clarify the relationship.\n\n### Implementation Patterns and SDK Concerns\n\nThe proposed `beginX` pattern (e.g., `beginCallTool` returning a `PendingRequest`) needs validation with SDK maintainers across different languages. In C#, \"Task\" already has a well-established meaning in the standard library, which will require awkward naming like `McpTask` to avoid confusion.\n\n### Idempotency and Client-Generated IDs\n\nThe group debated whether idempotency should be tightly coupled to tasks. The original rationale was twofold:\n\n1. Tasks are generally long-running and expensive, making idempotency important for retry scenarios\n2. Client-provided task IDs enable future subtask association features, allowing servers to pre-allocate IDs for follow-up operations\n\nClient-generated IDs provide valuable message association benefits, particularly for future subtask extensions. However, this comes at a complexity cost for servers that simply want to expose existing workflow APIs.\n\nMore broadly, the group observed that request association and idempotency are useful features independent of the full task lifecycle. Requiring implementers to adopt the complete task model to get these benefits may be unnecessarily restrictive.\n\n### Reference Implementation Evolution\n\nThe [Python reference implementation](https://github.com/modelcontextprotocol/python-sdk/pull/1398) from #1391 became complex after incorporating feedback, particularly around the task broker API. For a v0 implementation, a simpler approach seemed more appropriate, leading to the current [TypeScript reference implementation](https://github.com/modelcontextprotocol/typescript-sdk/pull/1041).\n\nThe core client changes (excluding server-to-client task augmentation) primarily involve splitting RPC methods into `beginX` variants that return `PendingRequest` objects. This simplified scope makes it feasible to create a streamlined Python implementation for real-world testing with the HuggingFace Jobs API (see **Follow-ups**).\n\n## Follow-ups\n\n**Integration and Testing:**\n- @lucalc will collaborate with @evalstate on integrating with the HuggingFace Jobs API to validate the design's usability in practice\n- @pwwpche will reach out to @ihrpr about engaging other SDK and client developers on the `beginX` method splitting pattern\n\n**Specification Updates:**\n- **DONE** Add a consistency requirement that any task retrievable via `tasks/get` must appear in `tasks/list` for that client\n- **DONE** Define a mechanism (capabilities or annotations) to signal which operations support task augmentation, avoiding unnecessary augmentation attempts\n  - **DONE** Using *both* capabilities and tool annotations to signpost this\n- **PENDING** Reconsider the coupling between idempotency and tasks—at minimum, make idempotency a **MAY** requirement rather than a **MUST**. Ideally, extract generally useful concepts (idempotency, message association) into separate features that don't require full task support\n  - **DONE** Task idempotency is no longer required","author":{"url":"https://github.com/LucaButBoring","@type":"Person","name":"LucaButBoring"},"datePublished":"2025-10-28T22:46:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1726/modelcontextprotocol/issues/1726"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e1c0f492-1b31-fe1d-e3c4-022bee92e8a0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB6FC:3C3DDE:228F6B:2D601F:6A5BEE23
html-safe-nonce1ed78e1a3541c9ea17e9c4d857f8cfb1bc5c067f03c8816423197ba24dceca78
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNkZDOjNDM0RERToyMjhGNkI6MkQ2MDFGOjZBNUJFRTIzIiwidmlzaXRvcl9pZCI6IjgxOTk3MjkyNTU4MDAzNjg2NzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac56751eef60e3fa462578635faff64c754329cd0caae11b517a699d3a87f674ca
hovercard-subject-tagissue:3563658132
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelcontextprotocol/modelcontextprotocol/1726/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e86168721b4c02e2e7b51fd038d68a445240d04e9c74df3210fd870e1ba8ca8e/modelcontextprotocol/modelcontextprotocol/issues/1726
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e86168721b4c02e2e7b51fd038d68a445240d04e9c74df3210fd870e1ba8ca8e/modelcontextprotocol/modelcontextprotocol/issues/1726
og:image:altAgents WG Meeting Notes Date: October 28, 2025 Attendees Luca Chang Che Liu John Harris Jonathan Hefner Peder Holdgaard Pedersen Peter Alexander Shaun Smith Discussion The working group reviewed SE...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameLucaButBoring
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/modelcontextprotocol/modelcontextprotocol git https://github.com/modelcontextprotocol/modelcontextprotocol.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862570523
octolytics-dimension-repository_nwomodelcontextprotocol/modelcontextprotocol
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862570523
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/modelcontextprotocol
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fmodelcontextprotocol%2Fissues%2F1726
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fmodelcontextprotocol%2Fissues%2F1726
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelcontextprotocol%2Fmodelcontextprotocol
Reloadhttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726
Reloadhttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726
Reloadhttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726
Please reload this pagehttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726
modelcontextprotocol https://github.com/modelcontextprotocol
modelcontextprotocolhttps://github.com/modelcontextprotocol/modelcontextprotocol
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fmodelcontextprotocol
Fork 1.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fmodelcontextprotocol
Star 8.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fmodelcontextprotocol
Code https://github.com/modelcontextprotocol/modelcontextprotocol
Issues 112 https://github.com/modelcontextprotocol/modelcontextprotocol/issues
Pull requests 79 https://github.com/modelcontextprotocol/modelcontextprotocol/pulls
Discussions https://github.com/modelcontextprotocol/modelcontextprotocol/discussions
Actions https://github.com/modelcontextprotocol/modelcontextprotocol/actions
Projects https://github.com/modelcontextprotocol/modelcontextprotocol/projects
Models https://github.com/modelcontextprotocol/modelcontextprotocol/models
Security and quality 0 https://github.com/modelcontextprotocol/modelcontextprotocol/security
Insights https://github.com/modelcontextprotocol/modelcontextprotocol/pulse
Code https://github.com/modelcontextprotocol/modelcontextprotocol
Issues https://github.com/modelcontextprotocol/modelcontextprotocol/issues
Pull requests https://github.com/modelcontextprotocol/modelcontextprotocol/pulls
Discussions https://github.com/modelcontextprotocol/modelcontextprotocol/discussions
Actions https://github.com/modelcontextprotocol/modelcontextprotocol/actions
Projects https://github.com/modelcontextprotocol/modelcontextprotocol/projects
Models https://github.com/modelcontextprotocol/modelcontextprotocol/models
Security and quality https://github.com/modelcontextprotocol/modelcontextprotocol/security
Insights https://github.com/modelcontextprotocol/modelcontextprotocol/pulse
[notes] Agents WG Meeting, October 28th, 2025https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726#top
notesNotes from meetings and discussions. Used for tracking purposes only, no action is needed.https://github.com/modelcontextprotocol/modelcontextprotocol/issues?q=state%3Aopen%20label%3A%22notes%22
https://github.com/LucaButBoring
LucaButBoringhttps://github.com/LucaButBoring
on Oct 28, 2025https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1726#issue-3563658132
SEP-1686: Taskshttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1686
SEP-1391: Long-Running Operationshttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1391
SEP-1036: URL Mode Elicitationhttps://github.com/modelcontextprotocol/modelcontextprotocol/issues/1036
#1036https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1036
Python reference implementationhttps://github.com/modelcontextprotocol/python-sdk/pull/1398
#1391https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1391
TypeScript reference implementationhttps://github.com/modelcontextprotocol/typescript-sdk/pull/1041
@lucalchttps://github.com/lucalc
@evalstatehttps://github.com/evalstate
@pwwpchehttps://github.com/pwwpche
@ihrprhttps://github.com/ihrpr
notesNotes from meetings and discussions. Used for tracking purposes only, no action is needed.https://github.com/modelcontextprotocol/modelcontextprotocol/issues?q=state%3Aopen%20label%3A%22notes%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.