Skip to content

Commit ccdf07f

Browse files
authored
Update README.md
1 parent 81bf65a commit ccdf07f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Camel Toolkits MCP
1+
# CAMEL Toolkits MCP
22

3-
A lightweight server that exports [Camel](https://github.com/camel-ai/camel) framework toolkits as MCP-compatible tools.
3+
A lightweight server that exports [CAMEL](https://github.com/camel-ai/camel) framework toolkits as MCP-compatible tools.
44

55
## Overview
66

7-
This project bridges the gap between the Camel AI framework's toolkit ecosystem and MCP (Model Control Protocol) compatible clients. It allows you to dynamically load and expose any Camel toolkit as an MCP server, making these tools available to a wide range of LLM-based applications.
7+
This project bridges the gap between the CAMEL AI framework's toolkit ecosystem and MCP (Model Control Protocol) compatible clients. It allows you to dynamically load and expose any Camel toolkit as an MCP server, making these tools available to a wide range of LLM-based applications.
88

99
Key features:
10-
- Dynamically discover and list available Camel toolkits
10+
- Dynamically discover and list available CAMEL toolkits
1111
- Load and execute toolkit functions at runtime
12-
- Seamless conversion of Camel toolkit functions to MCP-compatible tools
12+
- Seamless conversion of CAMEL toolkit functions to MCP-compatible tools
1313

1414
## Installation
1515

@@ -31,7 +31,7 @@ pip install -e .
3131

3232
### Using with uvx
3333

34-
You can easily configure uvx to run the Camel toolkits server like this:
34+
You can easily configure uvx to run the CAMEL toolkits server like this:
3535

3636
```json
3737
{
@@ -77,7 +77,7 @@ If you're developing this package locally, you can configure UVX to use your dev
7777

7878
The server exposes the following MCP-compatible tools:
7979

80-
- `get_toolkits_list()`: Lists all available Camel toolkits with their descriptions
80+
- `get_toolkits_list()`: Lists all available CAMEL toolkits with their descriptions
8181
- `list_toolkit_functions(toolkit_name, include_methods=True)`: Lists all functions available in a specific toolkit
8282
- `execute_toolkit_function(toolkit_name, function_name, toolkit_params=None, function_args=None)`: Executes a specific function from a toolkit
8383

@@ -103,14 +103,14 @@ result = execute_toolkit_function(
103103
## Architecture
104104

105105
The router works by:
106-
1. Scanning the Camel framework's toolkit directory
106+
1. Scanning the CAMEL framework's toolkit directory
107107
2. Analyzing each toolkit class to detect its tools and API requirements
108108
3. Creating proper MCP-compatible wrappers for each tool function
109109
4. Exposing these functions through the FastMCP server
110110

111111
## Supported Toolkits
112112

113-
This server supports all toolkits in the Camel framework, including:
113+
This server supports all toolkits in the CAMEL framework, including:
114114
- NotionToolkit
115115
- OpenAIToolkit
116116
- WebSearchToolkit

0 commit comments

Comments
 (0)