|
31 | 31 | - [Prompts](#prompts)
|
32 | 32 | - [Images](#images)
|
33 | 33 | - [Context](#context)
|
| 34 | + - [Getting Context in Functions](#getting-context-in-functions) |
| 35 | + - [Context Properties and Methods](#context-properties-and-methods) |
34 | 36 | - [Completions](#completions)
|
35 | 37 | - [Elicitation](#elicitation)
|
36 | 38 | - [Sampling](#sampling)
|
37 | 39 | - [Logging and Notifications](#logging-and-notifications)
|
38 | 40 | - [Authentication](#authentication)
|
39 | 41 | - [FastMCP Properties](#fastmcp-properties)
|
40 |
| - - [Session Properties](#session-properties-and-methods) |
| 42 | + - [Session Properties and Methods](#session-properties-and-methods) |
41 | 43 | - [Request Context Properties](#request-context-properties)
|
42 | 44 | - [Running Your Server](#running-your-server)
|
43 | 45 | - [Development Mode](#development-mode)
|
44 | 46 | - [Claude Desktop Integration](#claude-desktop-integration)
|
45 | 47 | - [Direct Execution](#direct-execution)
|
46 | 48 | - [Streamable HTTP Transport](#streamable-http-transport)
|
| 49 | + - [CORS Configuration for Browser-Based Clients](#cors-configuration-for-browser-based-clients) |
47 | 50 | - [Mounting to an Existing ASGI Server](#mounting-to-an-existing-asgi-server)
|
| 51 | + - [StreamableHTTP servers](#streamablehttp-servers) |
| 52 | + - [Basic mounting](#basic-mounting) |
| 53 | + - [Host-based routing](#host-based-routing) |
| 54 | + - [Multiple servers with path configuration](#multiple-servers-with-path-configuration) |
| 55 | + - [Path configuration at initialization](#path-configuration-at-initialization) |
| 56 | + - [SSE servers](#sse-servers) |
48 | 57 | - [Advanced Usage](#advanced-usage)
|
49 | 58 | - [Low-Level Server](#low-level-server)
|
| 59 | + - [Structured Output Support](#structured-output-support) |
50 | 60 | - [Writing MCP Clients](#writing-mcp-clients)
|
51 | 61 | - [Client Display Utilities](#client-display-utilities)
|
52 | 62 | - [OAuth Authentication for Clients](#oauth-authentication-for-clients)
|
@@ -2137,6 +2147,7 @@ MCP servers declare capabilities during initialization:
|
2137 | 2147 |
|
2138 | 2148 | ## Documentation
|
2139 | 2149 |
|
| 2150 | +- [API Reference](https://modelcontextprotocol.github.io/python-sdk/api/) |
2140 | 2151 | - [Model Context Protocol documentation](https://modelcontextprotocol.io)
|
2141 | 2152 | - [Model Context Protocol specification](https://spec.modelcontextprotocol.io)
|
2142 | 2153 | - [Officially supported servers](https://github.com/modelcontextprotocol/servers)
|
|
0 commit comments