[project]
name = "autobot-mcp"
version = "0.1.0"
description = "AutoBot HTTP MCP Server - Remote control and automation for Android devices"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.0.0",
"fastmcp>=2.0.0",
"pyyaml>=6.0.0",
"requests>=2.31.0",
"pillow>=10.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["main.py"]
[project.scripts]
autobot-mcp = "main:main"