Skip to content

Commit 51e5060

Browse files
committed
chore(config): restore config
1 parent 5e5c951 commit 51e5060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openstack_mcp_server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# Transport protocol
7-
MCP_TRANSPORT: str = os.environ.get("TRANSPORT", "streamable-http")
7+
MCP_TRANSPORT: str = os.environ.get("TRANSPORT", "stdio")
88

99
# Openstack client settings
1010
MCP_CLOUD_NAME: str = os.environ.get("CLOUD_NAME", "openstack")

0 commit comments

Comments
 (0)