[project] name = "syndarix-mcp-llm-gateway" version = "0.1.0" description = "Syndarix LLM Gateway MCP Server - Unified LLM access with failover and cost tracking" requires-python = ">=3.12" dependencies = [ "fastmcp>=0.1.0", "litellm>=1.50.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