[project] name = "n8n-mcp" version = "0.1.0" description = "Hybrid MCP Light server for n8n API - provides curated tools plus API pass-through" readme = "README.md" requires-python = ">=3.11" dependencies = [ "fastmcp>=2.0", "httpx>=0.27", "starlette>=0.40", "uvicorn>=0.30", "python-dotenv>=1.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.24", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] include = ["server.py"]