create_toolkit
create_toolkit(
session: ClientSession,
*,
use_mcp_tools: bool = True,
use_mcp_resources: bool = True,
resource_download_folder: str | Path | None = None
) -> Toolkit
Parameters:
| 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. |