Docs : Enhance README to suggest commands for creating a new UV project before adding mcp dependency. #408
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhanced README to include suggestion for creating a uv project before adding mcp dependency.
Motivation and Context
Personally whenever I read docs, I go on executing series of commands to do initial setup. But here I found hyperlink to UV which had docs to install UV, but didnt had any mention about creation of project. Hence running
uv add "mcp[cli]"
was ending up with error.Only once I did
$uv --help
to understand how to create a new project and thenuv add "mcp[cli]"
started working.Might seem simple, but for many people with new tech stacks, will end up spending some time to realize this.
Hence adding it directly in the docs to help quickly setup MCP python sdk.
How Has This Been Tested?
I have done a preview of README and verified changes

Breaking Changes
NA
Types of changes
Checklist
Additional context
NA