[build-system] requires = ["hatchling>=1.25"] build-backend = "hatchling.build" [project] name = "scalably-shopify-mcp" version = "1.1.0" description = "Universal read-only MCP for the Shopify Admin GraphQL API. 6 tools cover the full read surface, multi-store." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Scalably", email = "hello@scalably.io" }] keywords = ["mcp", "model-context-protocol", "shopify", "ecommerce", "graphql", "scalably"] classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License"] dependencies = ["mcp>=1.6.0,<2", "requests>=2.32.3", "graphql-core>=3.2.3"] [project.optional-dependencies] dev = ["pytest>=8"] [project.scripts] scalably-shopify-mcp = "scalably_shopify_mcp.server:main" [project.urls] Homepage = "https://scalably.io/mcp/shopify-mcp" Repository = "https://github.com/scalably-io/shopify-mcp" Issues = "https://github.com/scalably-io/shopify-mcp/issues" [tool.hatch.build.targets.wheel] packages = ["src/scalably_shopify_mcp"]