File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 )
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
119125Alternatively, 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
You can’t perform that action at this time.
0 commit comments