[project] name = "clipmaster-mcp" version = "0.1.1" description = "MCP server for ClipMaster (clipmaster.app) — AI video clipping, editing, exporting and social scheduling from Claude and any MCP client" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=2.0.0", "httpx>=0.27.0", ] [project.urls] Homepage = "https://clipmaster.app" Documentation = "https://clipmaster.app/docs/mcp" Repository = "https://github.com/n0Sp00n/clipmaster-mcp" [project.scripts] clipmaster-mcp = "clipmaster_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["clipmaster_mcp"]