Merge remote changes and apply Docker configuration

This commit is contained in:
2026-03-18 14:08:58 -05:00
3 changed files with 8 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ docker compose down
El servidor MCP estará disponible en `http://localhost:3001`.
=======
## Testing
```bash
@@ -88,4 +90,4 @@ python -m pytest tests/test_server.py -v
# Con coverage
python -m pytest tests/ --cov=src --cov-report=html
```
```