mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
Suggest forking in CONTRIBUTING.md
This commit is contained in:
committed by
GitHub
parent
904c521d79
commit
2e42848cd0
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user