Skip to content

Commit 21161bf

Browse files
author
camel-docs-bot
committed
Auto-update documentation after merge [skip ci]
1 parent d83a79e commit 21161bf

File tree

5 files changed

+6
-54
lines changed

5 files changed

+6
-54
lines changed

docs/mintlify/reference/camel.toolkits.edgeone_pages_mcp_toolkit.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## EdgeOnePagesMCPToolkit
66

77
```python
8-
class EdgeOnePagesMCPToolkit(BaseToolkit):
8+
class EdgeOnePagesMCPToolkit(MCPToolkit):
99
```
1010

1111
EdgeOnePagesMCPToolkit provides an interface for interacting with
@@ -28,15 +28,3 @@ Initializes the EdgeOnePagesMCPToolkit.
2828
**Parameters:**
2929

3030
- **timeout** (Optional[float]): Connection timeout in seconds. (default: :obj:`None`)
31-
32-
<a id="camel.toolkits.edgeone_pages_mcp_toolkit.EdgeOnePagesMCPToolkit.get_tools"></a>
33-
34-
### get_tools
35-
36-
```python
37-
def get_tools(self):
38-
```
39-
40-
**Returns:**
41-
42-
List[FunctionTool]: List of available tools.

docs/mintlify/reference/camel.toolkits.google_drive_mcp_toolkit.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## GoogleDriveMCPToolkit
66

77
```python
8-
class GoogleDriveMCPToolkit(BaseToolkit):
8+
class GoogleDriveMCPToolkit(MCPToolkit):
99
```
1010

1111
GoogleDriveMCPToolkit provides an interface for interacting with
@@ -33,15 +33,3 @@ Initializes the GoogleDriveMCPToolkit.
3333

3434
- **timeout** (Optional[float]): Connection timeout in seconds. (default: :obj:`None`)
3535
- **credentials_path** (Optional[str]): Path to the Google Drive credentials file. (default: :obj:`None`)
36-
37-
<a id="camel.toolkits.google_drive_mcp_toolkit.GoogleDriveMCPToolkit.get_tools"></a>
38-
39-
### get_tools
40-
41-
```python
42-
def get_tools(self):
43-
```
44-
45-
**Returns:**
46-
47-
List[FunctionTool]: List of available tools.

docs/mintlify/reference/camel.toolkits.notion_mcp_toolkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## NotionMCPToolkit
66

77
```python
8-
class NotionMCPToolkit(BaseToolkit):
8+
class NotionMCPToolkit(MCPToolkit):
99
```
1010

1111
NotionMCPToolkit provides an interface for interacting with Notion

docs/mintlify/reference/camel.toolkits.origene_mcp_toolkit.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## OrigeneToolkit
66

77
```python
8-
class OrigeneToolkit(BaseToolkit):
8+
class OrigeneToolkit(MCPToolkit):
99
```
1010

1111
OrigeneToolkit provides an interface for interacting with
@@ -39,17 +39,5 @@ Initializes the OrigeneToolkit.
3939

4040
**Parameters:**
4141

42-
- **config_dict** (Optional[Dict]): Configuration dictionary for MCP servers. If None, uses default configuration for chembl_mcp. (default: :obj:`None`)
42+
- **config_dict** (Optional[Dict]): Configuration dictionary for MCP servers. If None, raises ValueError as configuration is required. (default: :obj:`None`)
4343
- **timeout** (Optional[float]): Connection timeout in seconds. (default: :obj:`None`)
44-
45-
<a id="camel.toolkits.origene_mcp_toolkit.OrigeneToolkit.get_tools"></a>
46-
47-
### get_tools
48-
49-
```python
50-
def get_tools(self):
51-
```
52-
53-
**Returns:**
54-
55-
List[FunctionTool]: List of available tools.

docs/mintlify/reference/camel.toolkits.playwright_mcp_toolkit.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## PlaywrightMCPToolkit
66

77
```python
8-
class PlaywrightMCPToolkit(BaseToolkit):
8+
class PlaywrightMCPToolkit(MCPToolkit):
99
```
1010

1111
PlaywrightMCPToolkit provides an interface for interacting with web
@@ -39,15 +39,3 @@ Initializes the PlaywrightMCPToolkit.
3939

4040
- **timeout** (Optional[float]): Connection timeout in seconds. (default: :obj:`None`)
4141
- **additional_args** (Optional[List[str]]): Additional command-line arguments to pass to the Playwright MCP server. For example, `["--cdp-endpoint=http://localhost:9222"]`. (default: :obj:`None`)
42-
43-
<a id="camel.toolkits.playwright_mcp_toolkit.PlaywrightMCPToolkit.get_tools"></a>
44-
45-
### get_tools
46-
47-
```python
48-
def get_tools(self):
49-
```
50-
51-
**Returns:**
52-
53-
List[FunctionTool]: List of available tools.

0 commit comments

Comments
 (0)