Skip to main content
Glama

Chuk Design System

by chrishayuk
pyproject.tomlโ€ข1.42 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "chuk-design-system" version = "0.1.0" description = "Universal design system with tokens, themes, and multi-format export capabilities" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Chris Hay", email = "chris@chrishay.uk"} ] keywords = ["design-system", "design-tokens", "mcp", "remotion", "pptx", "canva"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "pydantic>=2.0.0", "mcp>=0.9.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "ruff>=0.1.0", "mypy>=1.0.0", ] exporters = [ "python-pptx>=0.6.21", # For PPTX export ] [tool.setuptools.packages.find] where = ["src"] [tool.black] line-length = 100 target-version = ["py311"] [tool.ruff] line-length = 100 target-version = "py311" [tool.mypy] python_version = "3.11" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] asyncio_mode = "auto"

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/chrishayuk/chuk-mcp-design-system'

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