register_type_mappings
Register one or more type mappings between projects to link related types and identify all affected files when a type changes. Reduces multiple tool calls into a single operation.
Instructions
Register one or more type mappings between projects. Accepts either a single mapping object OR an array of mappings. For example, if 'StationCreateDto' in the backend corresponds to 'StationFormSchema' in mobile, register that mapping here. Then when you change one, you can check what else needs updating. When registering multiple mappings, this reduces 50+ tool calls to 1, providing massive token savings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mappings | Yes | Array of type mapping objects to register (or pass a single mapping object directly) |