Skip to content

Commit f0e240c

Browse files
Update readme
1 parent dda845a commit f0e240c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
- [Resources](#resources)
3636
- [Tools](#tools)
3737
- [Structured Output](#structured-output)
38+
- [Advanced: Direct CallToolResult](#advanced-direct-calltoolresult)
3839
- [Prompts](#prompts)
40+
- [Icons](#icons)
3941
- [Images](#images)
4042
- [Context](#context)
4143
- [Getting Context in Functions](#getting-context-in-functions)
@@ -64,7 +66,11 @@
6466
- [Advanced Usage](#advanced-usage)
6567
- [Low-Level Server](#low-level-server)
6668
- [Structured Output Support](#structured-output-support)
69+
- [Returning CallToolResult Directly](#returning-calltoolresult-directly)
6770
- [Pagination (Advanced)](#pagination-advanced)
71+
- [Server-side Implementation](#server-side-implementation)
72+
- [Client-side Consumption](#client-side-consumption)
73+
- [Key Points](#key-points)
6874
- [Writing MCP Clients](#writing-mcp-clients)
6975
- [Client Display Utilities](#client-display-utilities)
7076
- [OAuth Authentication for Clients](#oauth-authentication-for-clients)
@@ -113,13 +119,13 @@ If you haven't created a uv-managed project yet, create one:
113119
Then add MCP to your project dependencies:
114120

115121
```bash
116-
uv add "mcp[cli]"
122+
uv add "mcp"
117123
```
118124

119125
Alternatively, for projects using pip for dependencies:
120126

121127
```bash
122-
pip install "mcp[cli]"
128+
pip install "mcp"
123129
```
124130

125131
### Running the standalone MCP development tools

0 commit comments

Comments
 (0)