Skip to main content
Glama
pyproject.toml563 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "ComfyAI-MCP-GameAssets" version = "1.0.0" description = "MCP server for generating 2D game assets with ComfyUI" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "httpx>=0.25.0", "Pillow>=10.0.0", "websockets>=12.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", "aiofiles>=23.0.0", ] [project.scripts] ComfyAI-MCP-GameAssets = "server.main:main" [tool.setuptools.packages.find] include = ["server*"]

Latest Blog Posts

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/tuannguyen14/ComfyAI-MCP-GameAssets'

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