Skip to content

Commit aaf64ba

Browse files
authored
Merge pull request modelcontextprotocol#562 from modelcontextprotocol/basil/changelog
add structured output to changelog, removed stale batching ref in docs
2 parents 7f425ee + 03d9d77 commit aaf64ba

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

docs/specification/draft/basic/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ The receiver **MUST NOT** send a response.
9191

9292
- Notifications **MUST NOT** include an ID.
9393

94-
### Batching
95-
96-
JSON-RPC also defines a means to
97-
[batch multiple requests and notifications](https://www.jsonrpc.org/specification#batch),
98-
by sending them in an array. MCP implementations **MAY** support sending JSON-RPC
99-
batches, but **MUST** support receiving JSON-RPC batches.
100-
10194
## Auth
10295

10396
MCP provides an [Authorization](/specification/draft/basic/authorization) framework for use with HTTP.

docs/specification/draft/changelog.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ the previous revision, [2025-03-26](/specification/2025-03-26).
99

1010
1. Removed support for JSON-RPC **[batching](https://www.jsonrpc.org/specification#batch)**
1111
(PR [#416](https://github.com/modelcontextprotocol/specification/pull/416))
12-
2. TODO
12+
2. Added support for [structured tool output](https://modelcontextprotocol.io/specification/draft/server/tools#structured-content)
13+
(PR [#371](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/371))
14+
3. TODO
1315

1416
## Other schema changes
1517

docs/specification/draft/server/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For backwards compatibility, a tool that returns structured content SHOULD also
248248
#### Output Schema
249249

250250
Tools may also provide an output schema for validation of structured results.
251-
If an output schema provided:
251+
If an output schema is provided:
252252
* Servers **MUST** provide structured results that conform to this schema.
253253
* Clients **SHOULD** validate structured results against this schema.
254254

0 commit comments

Comments
 (0)