Spaces:
Runtime error
Runtime error
Update wellbe_agent.py
Browse files- wellbe_agent.py +1 -1
wellbe_agent.py
CHANGED
|
@@ -27,7 +27,7 @@ __all__ = [
|
|
| 27 |
|
| 28 |
# Global variables to store initialized servers
|
| 29 |
_healthcare_server: Optional[MCPServerStreamableHttp] = None
|
| 30 |
-
_whoop_server: Optional[Union[
|
| 31 |
|
| 32 |
|
| 33 |
def initialize_mcp_servers(whoop_email: str, whoop_password: str) -> None:
|
|
|
|
| 27 |
|
| 28 |
# Global variables to store initialized servers
|
| 29 |
_healthcare_server: Optional[MCPServerStreamableHttp] = None
|
| 30 |
+
_whoop_server: Optional[Union[MCPServerSse, str]] = None
|
| 31 |
|
| 32 |
|
| 33 |
def initialize_mcp_servers(whoop_email: str, whoop_password: str) -> None:
|