We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/macroforge-ts/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
overview.md•545 B
# Template Syntax
The `macroforge_ts_quote` crate provides template-based code generation for TypeScript. The
`ts_template!` macro uses Svelte + Rust-inspired syntax for control flow and interpolation, making
it easy to generate complex TypeScript code.
## Available Macros
| Macro | Output | Use Case |
| -------------- | ------------------- | ----------------------- |
| `ts_template!` | Any TypeScript code | General code generation |
| `body!` | Class body members | Methods and properties |