# Gitea MCP Remote MCP server for Gitea API integration. ## Overview This project provides a Model Context Protocol (MCP) server that enables AI assistants to interact with Gitea through its API. ## Project Status Currently in initial development. Project structure has been initialized. ## Requirements - Python >= 3.10 - Gitea instance with API access ## Installation ```bash pip install -e . ``` ## Development Install with development dependencies: ```bash pip install -e ".[dev]" ``` Run tests: ```bash pytest ``` ## License MIT