[project] name = "patreon-mcp-server" version = "0.1.1" description = "MCP server for the Patreon API - manage campaigns, members, and posts from any AI assistant" requires-python = ">=3.11" license = "MIT" authors = [{ name = "Rishabh Dogra", email = "contact@kyuish.com" }] keywords = ["patreon", "mcp", "model-context-protocol", "claude", "ai", "creator-economy"] readme = "README.md" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.8.0", "pydantic>=2.11.4", "python-dotenv>=1.1.0", ] [project.scripts] patreon-mcp-server = "patreon_mcp_server.server:main" [project.urls] Repository = "https://github.com/kyurish/patreon-mcp-server" Issues = "https://github.com/kyurish/patreon-mcp-server/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/patreon_mcp_server"]