[project]
name = "qbit-mcp"
version = "0.1.0"
description = "MCP server for qBittorrent Web API - search and download torrents"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastmcp>=0.1.0",
"qbittorrent-api>=2024.1.0",
"python-dotenv>=1.0.0",
]