Suggest forking in CONTRIBUTING.md

This commit is contained in:
Justin Spahr-Summers
2024-11-20 15:44:08 +00:00
committed by GitHub
parent 904c521d79
commit 2e42848cd0

View File

@@ -6,12 +6,9 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
1. Make sure you have Python 3.10+ installed
2. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
3. Clone the repository:
```bash
git clone https://github.com/modelcontextprotocol/python-sdk.git
cd python-sdk
```
4. Install dependencies:
3. Fork the repository
4. Clone your fork: `git clone https://github.com/YOUR-USERNAME/python-sdk.git`
5. Install dependencies:
```bash
uv sync --frozen --all-extras --dev
```