Skip to content

Commit 0e6c6c6

Browse files
committed
add mcp to imports, adds pdoc docs
1 parent ae8ce5b commit 0e6c6c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
exceptions, # noqa: ICN001 # No 'exc' alias for top-level module
156156
experimental,
157157
logs,
158+
mcp,
158159
records,
159160
results,
160161
secrets,
@@ -175,6 +176,7 @@
175176
"exceptions",
176177
"experimental",
177178
"logs",
179+
"mcp",
178180
"records",
179181
"registry",
180182
"results",

0 commit comments

Comments
 (0)