[project]
name = "gitingest-mcp"
version = "0.1.0"
description = "MCP server for gitingest - analyze GitHub repos in Claude Code"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"gitingest>=0.1.0",
"pydantic>=2.5.0",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 100
target-version = "py38"
[tool.ruff.lint]
select = ["E", "F", "I", "N", "W"]