[project] name = "syndarix-mcp-issues" version = "0.1.0" description = "Syndarix Issues MCP Server - Issue tracker synchronization" requires-python = ">=3.12" dependencies = [ "fastmcp>=0.1.0", "httpx>=0.27.0", "redis>=5.0.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "ruff>=0.8.0", ] [tool.ruff] target-version = "py312" line-length = 88