[project] name = "techtenstein-bg-mcp" version = "1.0.2" description = "MCP server for Techtenstein Background Removal API. Strip backgrounds from images via Claude, Cline, and Cursor." readme = "README.md" authors = [ { name = "Sathvic Kollu", email = "sathvic777@gmail.com" } ] license = { text = "MIT" } keywords = ["mcp", "background-removal", "image", "ai", "claude", "techtenstein", "api"] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] requires-python = ">=3.10" dependencies = [ "fastmcp>=0.2.0", "requests>=2.31.0", ] [project.urls] Homepage = "https://apis.techtenstein.com" Documentation = "https://bg.api.techtenstein.com" Repository = "https://github.com/sathvic-kollu/techtenstein-bg-mcp" [project.scripts] techtenstein-bg-mcp = "server:mcp.run" [tool.hatch.build.targets.wheel] only-include = ["server.py"] [tool.hatch.build.targets.sdist] only-include = ["server.py", "README.md", "pyproject.toml", "mcp-server.json"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"