read_foundry_toml
Reads a Foundry project's foundry.toml to inspect profiles, zkSync settings, and library links. Optionally returns a summary of zkSync-relevant configuration.
Instructions
Read and return the contents of foundry.toml from a project. Useful for inspecting profiles, zkSync config, library links, and other settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the foundry project directory | |
| summary | No | If true, return a summary highlighting zkSync-relevant config (profiles, zksolc version, compile mode, libraries) instead of raw TOML. |