Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@modelcontextprotocol/examples-client", "@modelcontextprotocol/examples-server", "@modelcontextprotocol/examples-shared"]
"ignore": [
"@modelcontextprotocol/examples-client",
"@modelcontextprotocol/examples-server",
"@modelcontextprotocol/examples-server-quickstart",
"@modelcontextprotocol/examples-shared"
]
}
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ pnpm-lock.yaml

# Ignore generated files
src/spec.types.ts

# Quickstart example uses 2-space indent to match ecosystem conventions
examples/server-quickstart/
2 changes: 2 additions & 0 deletions docs/documents.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: Documents
children:
- ./server-quickstart.md
- ./server.md
- ./client.md
- ./faq.md
---

# Documents

- [Server Quickstart](./server-quickstart.md) – build a weather server from scratch and connect it to Claude for Desktop
- [Server](./server.md) – building MCP servers, transports, tools/resources/prompts, sampling, elicitation, tasks, and deployment patterns
- [Client](./client.md) – using the high-level client, transports, OAuth helpers, handling server‑initiated requests, and tasks
- [FAQ](./faq.md) – frequently asked questions and troubleshooting
Loading
Loading