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
none.md•353 B
# None
A value that indicates the absence of any other value.
The none type has exactly one value: `{none}`.
When inserted into the document, it is not visible. This is also the value
that is produced by empty code blocks. It can be
[joined]($scripting/#blocks) with any value, yielding the other value.
# Example
```example
Not visible: #none
```