mcp
autogen.mcp.create_toolkit
create_toolkit
Create a toolkit from the MCP client session.
Name | Description |
---|---|
session | The MCP client session. Type: ClientSession |
use_mcp_tools | Whether to include MCP tools in the toolkit. Type: bool Default: True |
use_mcp_resources | Whether to include MCP resources in the toolkit. Type: bool Default: True |
resource_download_folder | The folder to download files to. Type: str | pathlib.Path | None Default: None |
Type | Description |
---|---|
Toolkit | Toolkit: The toolkit containing the converted tools. |