Skip to content

Commit ac63af2

Browse files
committed
Export WorkflowNexusTransport at top-level
1 parent a0d71d5 commit ac63af2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nexusmcp/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
with workflow.unsafe.imports_passed_through():
44
from .inbound_gateway import InboundGateway
5+
from .nexus_transport import WorkflowNexusTransport
56
from .service import MCPService
67
from .service_handler import MCPServiceHandler, exclude
78

8-
__all__ = ["MCPService", "MCPServiceHandler", "InboundGateway", "exclude"]
9+
__all__ = ["MCPService", "MCPServiceHandler", "InboundGateway", "exclude", "WorkflowNexusTransport"]

0 commit comments

Comments
 (0)