Skip to content

Commit 5669938

Browse files
committed
Move pagination to server utilities
1 parent 2dc33c5 commit 5669938

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

docs/specification/basic/utilities/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ These optional features enhance the base protocol functionality with various uti
1111
{{< cards >}}
1212
{{< card link="ping" title="Ping" icon="status-online" >}}
1313
{{< card link="cancellation" title="Cancellation" icon="x" >}}
14-
{{< card link="pagination" title="Pagination" icon="collection" >}}
1514
{{< card link="progress" title="Progress" icon="clock" >}}
1615
{{< /cards >}}

docs/specification/server/utilities/logging.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,3 @@ Servers SHOULD return standard JSON-RPC errors for common failure cases:
166166
- Validate all data fields
167167
- Control log access
168168
- Monitor for sensitive content
169-
170-
## See Also
171-
172-
{{< cards >}}
173-
{{< card link="/utilities/pagination" title="Pagination" icon="document-duplicate" >}}
174-
{{< card link="/server/utilities/progress" title="Progress Tracking" icon="arrow-circle-right" >}}
175-
{{< /cards >}}

docs/specification/basic/utilities/pagination.md renamed to docs/specification/server/utilities/pagination.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Pagination
3-
weight: 20
43
---
54
{{< callout type="info" >}}
65
**Protocol Revision**: {{< param protocolRevision >}}
76
{{< /callout >}}
87

9-
The Model Context Protocol (MCP) supports paginating list operations that may return large result sets. Pagination allows integrations to retrieve results in smaller chunks rather than all at once.
8+
The Model Context Protocol (MCP) supports paginating list operations that may return large result sets. Pagination allows servers to yield results in smaller chunks rather than all at once.
109

1110
Pagination is especially important when connecting to external services over the internet, but also useful for local integrations to avoid performance issues with large data sets.
1211

0 commit comments

Comments
 (0)