[project] name = "voice-dev-agent" version = "1.0.0" description = "LiveKit voice agent with MCP support" requires-python = ">=3.10" dependencies = [ "livekit-agents[mcp]>=1.0.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "ruff>=0.1.0", ]