@@ -3,34 +3,17 @@ title: Key Changes
3
3
---
4
4
5
5
This document lists changes made to the Model Context Protocol (MCP) specification since
6
- the previous revision, [ 2024-11-05 ] ( /specification/2024-11-05 ) .
6
+ the previous revision, [ 2025-03-26 ] ( /specification/2025-03-26 ) .
7
7
8
8
## Major changes
9
9
10
- 1 . Added a comprehensive ** [ authorization framework] ( /specification/draft/basic/authorization ) **
11
- based on OAuth 2.1 (PR
12
- [ #133 ] ( https://github.com/modelcontextprotocol/specification/pull/133 ) )
13
- 1 . Replaced the previous HTTP+SSE transport with a more flexible ** [ Streamable HTTP
14
- transport] ( /specification/draft/basic/transports#streamable-http ) ** (PR
15
- [ #206 ] ( https://github.com/modelcontextprotocol/specification/pull/206 ) )
16
- 1 . Added support for JSON-RPC ** [ batching] ( https://www.jsonrpc.org/specification#batch ) **
17
- (PR [ #228 ] ( https://github.com/modelcontextprotocol/specification/pull/228 ) )
18
- 1 . Added comprehensive ** tool annotations** for better describing tool behavior, like
19
- whether it is read-only or destructive (PR
20
- [ #185 ] ( https://github.com/modelcontextprotocol/specification/pull/185 ) )
10
+ 1 . TODO
21
11
22
12
## Other schema changes
23
13
24
- - Added ` message ` field to ` ProgressNotification ` to provide descriptive status updates
25
- - Added support for audio data, joining the existing text and image content types
26
- - Added ` completions ` capability to explicitly indicate support for argument
27
- autocompletion suggestions
28
-
29
- See
30
- [ the updated schema] ( http://github.com/modelcontextprotocol/specification/tree/main/schema/draft/schema.ts )
31
- for more details.
14
+ - TODO
32
15
33
16
## Full changelog
34
17
35
18
For a complete list of all changes that have been made since the last protocol revision,
36
- [ see GitHub] ( https://github.com/modelcontextprotocol/specification/compare/2024-11-05 ...draft ) .
19
+ [ see GitHub] ( https://github.com/modelcontextprotocol/specification/compare/2025-03-26 ...draft ) .
0 commit comments