Resource
autogen.beta.mcp.resources.Resource dataclass #
A static MCP resource exposed at a fixed uri.
read returns the body (str → text, bytes → binary) and may be sync or async. mime_type defaults per the MCP SDK (text/plain for text, application/octet-stream for bytes) when left None.