Skip to main content
Glama
pyproject.toml688 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "shopify-liquid-mcp" version = "0.1.0" description = "MCP server for searching Shopify Liquid documentation" authors = [ {name = "Your Name", email = "your.email@example.com"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp", "sqlite-utils", ] [project.scripts] shopify-liquid-mcp = "shopify_liquid_mcp.server:main" [project.optional-dependencies] dev = [ "mcp>=1.16.0", "pytest", ] [tool.hatch.build.targets.wheel] packages = ["shopify_liquid_mcp"] [tool.hatch.build] include = [ "shopify_liquid_mcp/**/*.py", "docs-source/**/*.md", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/florinel-chis/shopify-liquid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server