- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Question
The current A2A Agent Worker that makes pydantic integrate so well with your fasta2a library doesn't seem to start up mcp servers ever. And I can't seem to see a way to inject that. My current work around is wrappinguvicorn.run
in thewith agent.run_mcp_servers
block, but uvicorn can't run in an async with statement, so I have to run it in a different thread... it works, but it's gross. Is there a better way that I'm missing? or is it just a bug/missing feature?
Additional Context
No response