mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
17 lines
369 B
Markdown
17 lines
369 B
Markdown
# 🧰 Git Tool Server
|
||
|
||
⚡️ A FastAPI-based Git tool server implementation.
|
||
|
||
> 🚧 Untested MCP Port – Contribution Welcome!
|
||
|
||
## 🚀 Quickstart
|
||
|
||
```bash
|
||
git clone https://github.com/open-webui/openapi-servers
|
||
cd openapi-servers/servers/git
|
||
|
||
pip install -r requirements.txt
|
||
uvicorn main:app --host 0.0.0.0 --reload
|
||
```
|
||
|
||
✅ You're now running the Git tool server! |