This document lists changes made to the Model Context Protocol (MCP) specification since the previous revision, 2024-11-05.Documentation Index
Fetch the complete documentation index at: https://startai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Major changes
- Added a comprehensive authorization framework based on OAuth 2.1 (PR #133)
- Replaced the previous HTTP+SSE transport with a more flexible Streamable HTTP transport (PR #206)
- Added support for JSON-RPC batching (PR #228)
- Added comprehensive tool annotations for better describing tool behavior, like whether it is read-only or destructive (PR #185)
Other schema changes
- Added
messagefield toProgressNotificationto provide descriptive status updates - Added support for audio data, joining the existing text and image content types
- Added
completionscapability to explicitly indicate support for argument autocompletion suggestions