We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c521 commit 2e42848Copy full SHA for 2e42848
CONTRIBUTING.md
@@ -6,12 +6,9 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
6
7
1. Make sure you have Python 3.10+ installed
8
2. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
9
-3. Clone the repository:
10
-```bash
11
-git clone https://github.com/modelcontextprotocol/python-sdk.git
12
-cd python-sdk
13
-```
14
-4. Install dependencies:
+3. Fork the repository
+4. Clone your fork: `git clone https://github.com/YOUR-USERNAME/python-sdk.git`
+5. Install dependencies:
15
```bash
16
uv sync --frozen --all-extras --dev
17
```
0 commit comments