mcpxcodebuild

[project] requires-python = ">=3.13" name = "mcpxcodebuild" version = "0.9.0" description = "A MCP tool that builds iOS Xcode workspace/project and send error back. It also helps to run test and feed the error back to llm." authors = [{ name = "Tim Wang" }] maintainers = [{ name = "Tim Wang", email = "overocean@gmail.com" }] keywords = ["http", "mcp", "llm", "automation", "iOS", "Xcode"] license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ] readme = "README.md" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.3.0", ] [project.scripts] mcpxcodebuild = "mcpxcodebuild:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3"]