get_project_info
Retrieve information about your dbt project, including running diagnostics to validate the environment and test connections.
Instructions
Get information about the dbt project with optional diagnostics.
Args:
ctx: MCP context (provided by FastMCP)
run_debug: Run dbt debug to validate environment and test connection (default: True)
state: Shared state object injected by FastMCP
Returns: Dictionary with project information and diagnostic results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||