Save AST transform chain
ast_transform_chainCreate a reusable, named chain of AST transforms for in-memory code processing. Apply optimizations or cleanups consistently within the current MCP process.
Instructions
Create an in-memory named transform chain for this MCP process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| transforms | Yes | ||
| description | No |