Fetch a single MCP resource and convert it to LangChain Blob objects.
get_mcp_resource(
session: ClientSession,
uri: str,
) -> list[Blob]| Name | Type | Description |
|---|---|---|
session* | ClientSession | MCP client session. |
uri* | str | URI of the resource to fetch. |