Skip to main content
Glama
pyproject.toml530 B
[project] name = "typst-mcp" version = "0.1.0" description = "Typst MCP Server" authors = [{ name = "FUJISHIGE TEMMA", email = "tenma.x0@gmail.com" }] readme = "README.md" requires-python = ">=3.12" dependencies = [ "click>=8.2.1", "mcp[cli]>=1.9.4", "starlette>=0.47.0", "uvicorn>=0.34.3", ] [project.scripts] typst-mcp = "typst_mcp.cli:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = ["anyio>=4.9.0", "pytest>=8.4.0", "ruff>=0.11.13", "ty>=0.0.1a10"]

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/FujishigeTemma/typst-mcp'

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