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
auto.md•361 B
# Auto
A value that indicates a smart default.
The auto type has exactly one value: `{auto}`.
Parameters that support the `{auto}` value have some smart default or
contextual behaviour. A good example is the [text direction]($text.dir)
parameter. Setting it to `{auto}` lets Typst automatically determine the
direction from the [text language]($text.lang).