Skip to content

Commit 22d4988

Browse files
mcp: update docs references (#1023)
Update docs
1 parent af893e8 commit 22d4988

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1. [Roots](#roots)
55
1. [Sampling](#sampling)
66
1. [Elicitation](#elicitation)
7-
1. [Multi Round-Trip Requests (MRTR)](#multi-round-trip-requests-(mrtr))
7+
1. [Multi Round-Trip Requests](#multi-round-trip-requests)
88
1. [Capabilities](#capabilities)
99
1. [Capability inference](#capability-inference)
1010
1. [Explicit capabilities](#explicit-capabilities)
@@ -207,7 +207,7 @@ func Example_elicitation() {
207207
}
208208
```
209209

210-
## Multi Round-Trip Requests (MRTR)
210+
## Multi Round-Trip Requests
211211

212212
[SEP-2322](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2322)
213213
introduces the MRTR pattern: server-to-client requests for sampling,

docs/server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1. [Prompts](#prompts)
55
1. [Resources](#resources)
66
1. [Tools](#tools)
7-
1. [Multi Round-Trip Requests (MRTR)](#multi-round-trip-requests-(mrtr))
7+
1. [Multi Round-Trip Requests](#multi-round-trip-requests)
88
1. [Talking to legacy clients](#talking-to-legacy-clients)
99
1. [Example](#example)
1010
1. [Cacheable list results](#cacheable-list-results)
@@ -429,7 +429,7 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
429429
}
430430
```
431431

432-
## Multi Round-Trip Requests (MRTR)
432+
## Multi Round-Trip Requests
433433

434434
[SEP-2322](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2322)
435435
defines a new pattern for server-to-client requests (sampling, elicitation,

internal/docs/client.src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pattern.
8484

8585
%include ../../mcp/client_example_test.go elicitation -
8686

87-
## Multi Round-Trip Requests (MRTR)
87+
## Multi Round-Trip Requests
8888

8989
[SEP-2322](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2322)
9090
introduces the MRTR pattern: server-to-client requests for sampling,

internal/docs/server.src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
214214
}
215215
```
216216

217-
## Multi Round-Trip Requests (MRTR)
217+
## Multi Round-Trip Requests
218218

219219
[SEP-2322](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2322)
220220
defines a new pattern for server-to-client requests (sampling, elicitation,

0 commit comments

Comments
 (0)