Skip to content

Commit 0e482db

Browse files
authored
docs: fix summary contents at readme (#1025)
1 parent caa2550 commit 0e482db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,27 @@
55

66
- [Overview](#overview)
77
- [Installation](#installation)
8-
- [Quickstart](#quick-start)
9-
- [What is MCP?](#what-is-mcp)
8+
- [Quick Start](#quick-start)
109
- [Core Concepts](#core-concepts)
1110
- [Server](#server)
12-
- [Resources](#resources)
1311
- [Tools](#tools)
12+
- [Resources](#resources)
1413
- [Prompts](#prompts)
1514
- [Completions](#completions)
15+
- [Display Names and Metadata](#display-names-and-metadata)
1616
- [Sampling](#sampling)
1717
- [Running Your Server](#running-your-server)
18-
- [stdio](#stdio)
1918
- [Streamable HTTP](#streamable-http)
19+
- [stdio](#stdio)
2020
- [Testing and Debugging](#testing-and-debugging)
2121
- [Examples](#examples)
2222
- [Echo Server](#echo-server)
2323
- [SQLite Explorer](#sqlite-explorer)
2424
- [Advanced Usage](#advanced-usage)
2525
- [Dynamic Servers](#dynamic-servers)
26+
- [Improving Network Efficiency with Notification Debouncing](#improving-network-efficiency-with-notification-debouncing)
2627
- [Low-Level Server](#low-level-server)
28+
- [Eliciting User Input](#eliciting-user-input)
2729
- [Writing MCP Clients](#writing-mcp-clients)
2830
- [Proxy Authorization Requests Upstream](#proxy-authorization-requests-upstream)
2931
- [Backwards Compatibility](#backwards-compatibility)

0 commit comments

Comments
 (0)