[project] name = "shippost-mcp" version = "0.1.1" description = "Twitter/X MCP server — give any AI agent Twitter superpowers" readme = "README.md" requires-python = ">=3.10" license = "MIT" authors = [{ name = "ShipPost", email = "hello@shippost.ai" }] keywords = ["mcp", "twitter", "ai", "agent", "social-media"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries", ] dependencies = [ "fastmcp>=2.0.0", "httpx>=0.27.0", ] [project.scripts] shippost-mcp = "shippost_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/shippost_mcp"]