Enabling async mode in playground

i was trying to use agent playground with mcp here

since mcp was async i could not run it. as i got async tools errors, we need to pass async_mode = True here, can someone suggest any better way to do this?
Not works:
agent_tools = agent.get_tools(session_id=str(uuid4()))

works:
aagent_tools = agent.get_tools(session_id=str(uuid4()), async_mode = True
)

Hey @saikiran
thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!

We’ve a cookbook for that and you should be able to run async mcp tools as well: agno/cookbook/apps/playground/mcp_demo.py at main · agno-agi/agno · GitHub

Please let me know if you still run into any issue