Skip to content

Commit 6edc9ad

Browse files
committed
format
1 parent 55cb08b commit 6edc9ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/specification/draft/basic/transports.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ sequenceDiagram
238238
deactivate Server
239239
240240
```
241+
241242
 
242243

243244
### Protocol Version Header

docs/specification/draft/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ the previous revision, [2025-03-26](/specification/2025-03-26).
2626
(PR [#382](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/382))
2727
7. Add support for **[resource links](/specification/draft/server/tools#resource-links)** in
2828
tool call results. (PR [#603](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/603))
29-
8. Require [negotiated protocol version to be specified](/specification/draft/basic/transports#protocol-version-header)
29+
8. Require [negotiated protocol version to be specified](/specification/draft/basic/transports#protocol-version-header)
3030
via `MCP-Protocol-Version` header in subsequent requests when using HTTP (PR [#548](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/548)).
3131

3232
## Other schema changes
3333

3434
1. Add `_meta` field to additional interface types (PR [#710](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/710)),
3535
and specified [proper usage](/specification/draft/basic#meta).
36-
2. Add `context` field to `CompletionRequest`, providing for completion requests to include
36+
2. Add `context` field to `CompletionRequest`, providing for completion requests to include
3737
previously-resolved variables (PR [#598](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/598)).
3838

3939
## Full changelog

0 commit comments

Comments
 (0)