For a long running flow, e.g. from prefect import flow, task @task def sleep_task(): import time time.sleep(60 * 60 * 24) return 123 @flow def sleep_flow(): return ...
I'm running into an issue where my agent is able to call my MCP Server using text, but not using audio. MCP_TIME_SERVER = MCPToolset( connection_params=StdioServerParameters( command="python", args=[" ...