get_config
Reads a config value for a given key from a project file (e.g., pyproject.toml, package.json) using the project path.
Instructions
Read a config value from project (e.g. pyproject name, package.json name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |