Skip to content

Commit d42d84b

Browse files
committed
cleanup changelog
1 parent 3c98501 commit d42d84b

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

docs/specification/draft/changelog.mdx

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,17 @@ title: Key Changes
33
---
44

55
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).
77

88
## Major changes
99

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
2111

2212
## Other schema changes
2313

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
3215

3316
## Full changelog
3417

3518
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

Comments
 (0)