clean up stdio

This commit is contained in:
Taylor Wilsdon
2025-07-10 14:33:24 -04:00
parent 9afdcf1b2b
commit 28a31904d7
2 changed files with 3 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ def set_transport_mode(mode: str):
def get_oauth_redirect_uri_for_current_mode() -> str:
"""Get OAuth redirect URI based on current transport mode."""
return get_oauth_redirect_uri(_current_transport_mode, WORKSPACE_MCP_PORT, WORKSPACE_MCP_BASE_URI)
return get_oauth_redirect_uri(WORKSPACE_MCP_PORT, WORKSPACE_MCP_BASE_URI)
# Health check endpoint
@server.custom_route("/health", methods=["GET"])