Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
create_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. |