Skip to content

Commit 653c5d0

Browse files
Rewrite docs/server.md as a code-heavy, prose-light how-to guide (#1552)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1eb3123 commit 653c5d0

File tree

4 files changed

+375
-156
lines changed

4 files changed

+375
-156
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Next steps:
135135
## Documentation
136136

137137
- Local SDK docs:
138-
- [docs/server.md](docs/server.md) – building MCP servers, transports, tools/resources/prompts, sampling, elicitation, tasks, and deployment patterns.
138+
- [docs/server.md](docs/server.md) – building MCP servers: transports, tools, resources, prompts, server-initiated requests, and deployment
139139
- [docs/client.md](docs/client.md) – building MCP clients: connecting, tools, resources, prompts, server-initiated requests, and error handling
140140
- [docs/faq.md](docs/faq.md) – frequently asked questions and troubleshooting
141141
- External references:

docs/documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ children:
1111
# Documents
1212

1313
- [Server Quickstart](./server-quickstart.md) – build a weather server from scratch and connect it to VS Code
14-
- [Server](./server.md) – building MCP servers, transports, tools/resources/prompts, sampling, elicitation, tasks, and deployment patterns
14+
- [Server](./server.md) – building MCP servers: transports, tools, resources, prompts, server-initiated requests, and deployment
1515
- [Client Quickstart](./client-quickstart.md) – build an LLM-powered chatbot that connects to an MCP server and calls its tools
1616
- [Client](./client.md) – building MCP clients: connecting, tools, resources, prompts, server-initiated requests, and error handling
1717
- [FAQ](./faq.md) – frequently asked questions and troubleshooting

0 commit comments

Comments
 (0)