[project] name = "backburner-mcp" version = "1.0.0" description = "An MCP server that lets AI agents run long jobs in the background and collect results later" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Rohit Yajee" }] keywords = ["mcp", "model-context-protocol", "background-jobs", "tasks", "agents"] dependencies = ["mcp>=2.0.0"] [project.scripts] backburner = "backburner.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["backburner"]