Skip to main content
Glama

dbt-mcp

Official
by dbt-labs
cli.py293 B
"""dbt CLI tool errors.""" from dbt_mcp.errors.base import ToolCallError class CLIToolCallError(ToolCallError): """Base exception for dbt CLI tool errors.""" pass class BinaryExecutionError(CLIToolCallError): """Exception raised when dbt binary execution fails.""" pass

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server