From ca3121282e86e8e7fa8065fec110eac767b7a561 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 19 Dec 2024 21:45:00 +0000 Subject: [PATCH] docs: Update README to specify [cli] dependency for mcp CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4653f3a..f31128d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The Model Context Protocol allows applications to provide context for LLMs in a We recommend using [uv](https://docs.astral.sh/uv/) to manage your Python projects: ```bash -uv add mcp +uv add "mcp[cli]" ``` Alternatively: