Skip to content

Commit 2e42848

Browse files
Suggest forking in CONTRIBUTING.md
1 parent 904c521 commit 2e42848

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
66

77
1. Make sure you have Python 3.10+ installed
88
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:
9+
3. Fork the repository
10+
4. Clone your fork: `git clone https://github.com/YOUR-USERNAME/python-sdk.git`
11+
5. Install dependencies:
1512
```bash
1613
uv sync --frozen --all-extras --dev
1714
```

0 commit comments

Comments
 (0)