list_connections
List all configured database connections for your project. If connections are missing, setup instructions are displayed.
Instructions
List all configured database connections. IMPORTANT: Always pass project_root set to the absolute path of the current project directory. This ensures the correct database connections are loaded for the active project, since the server may be shared across multiple projects. If no connections are found, returns setup instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Absolute path to the current project directory. Always provide this so connections are loaded for the right project. |