Update MCP protocol expert agent for 2025-11-25 spec#4099
Merged
Conversation
Deep-dive review of the MCP 2025-11-25 specification revealed several gaps in the agent's protocol knowledge. This update ensures the agent has accurate, comprehensive guidance covering all spec sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4099 +/- ##
=======================================
Coverage 68.56% 68.56%
=======================================
Files 448 448
Lines 45779 45779
=======================================
Hits 31389 31389
+ Misses 11967 11966 -1
- Partials 2423 2424 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
reyortiz3
approved these changes
Mar 11, 2026
rdimitrov
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The MCP protocol expert agent had several gaps compared to the actual 2025-11-25 specification. A full deep-dive review of every spec page (overview, transports, lifecycle, tasks, elicitation, tools, authorization, security best practices, schema) revealed missing protocol details that could lead the agent to give incomplete or incorrect guidance.
Key areas updated:
retryfield, session DELETE,Acceptheader requirement, protocol version fallback rulesclientInfo/serverInfofields (title,description,icons,websiteUrl), per-request timeout configurationinput_requiredhandling, task security (context binding, access control), error codes,tasks/resultsemanticsoutputSchema,structuredContent,title,icons,execution.taskSupport,AudioContent, tool name constraints_metakey format (reverse DNS prefix), JSON Schema 2020-12 default, content types withAudioContent, icon specificationllms.txtindex and TypeScript schema source of truthType of change
Test plan
Reviewed every section of the updated file against the fetched spec pages to verify accuracy. Cross-referenced all URLs. Verified the file parses correctly as a Claude Code agent definition.
Does this introduce a user-facing change?
No. This only affects the MCP protocol expert AI subagent's knowledge base.
Generated with Claude Code