Files
gitea-mcp-remote/requirements.txt
lmiranda 809eef132a feat: add marketplace dependency and update project config
- Add gitea-mcp-server git dependency from marketplace
- Update version to 0.2.0
- Update entry point to server_http:main
- Add MCP and Caddy environment variables to .env.example
- Update uvicorn and starlette versions
- Add pyjwt for authentication
- Regenerate requirements.txt with all dependencies

Closes #22

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 18:05:07 -05:00

18 lines
390 B
Plaintext

# THE MARKETPLACE PACKAGE — this is the whole point of this repo
gitea-mcp-server @ git+https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git#subdirectory=mcp-servers/gitea
# MCP SDK
mcp>=0.9.0
# HTTP server
uvicorn>=0.30.0
starlette>=0.38.0
# Config (already used by existing modules)
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
# Auth
pyjwt>=2.8.0