Loading subscription status...
{
"mcpServers": [
{
"dbt_server": {
"env": {
"DBT_PROFILE": "<DBT_Profile_Name>"
},
"args": [
"run",
"--profiles-dir",
"<Dbt_Profile_Path>"
],
"command": "dbt"
}
}
]
}