docs: add PyPI/Docker badges, PyPI install option

- README: add live PyPI + Docker Hub badges, add pip install mcphub-server
- getting-started: add PyPI install as Option 2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-02-17 11:24:43 +03:30
parent f49dc0dc44
commit c9083d86b1
2 changed files with 17 additions and 3 deletions

View File

@@ -52,7 +52,13 @@ cp env.example .env
docker compose up -d
```
### Option 2: Python (pip)
### Option 2: PyPI
```bash
pip install mcphub-server
```
### Option 3: From Source
```bash
git clone https://github.com/airano-ir/mcphub.git
@@ -63,7 +69,7 @@ cp env.example .env
python server.py --transport sse --port 8000
```
### Option 3: Automated Setup Scripts
### Option 4: Automated Setup Scripts
#### Linux/Mac