Skip to content

Commit 5e2eeb3

Browse files
authored
Update README.md
1 parent cded7d9 commit 5e2eeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**A plug-and-play library that lets agents call MCP and UTCP tools through TypeScript code - in just 3 lines.**
66

7-
LLMs are far better at writing code than managing complex tool calls. Instead of exposing hundreds of tools directly to the model, Code Mode gives it a single tool `execute_code`. The model writes TypeScript/JavaScript that calls your MCP or UTCP tools via HTTP, enabling scalable, context-efficient orchestration.
7+
LLMs are far better at writing code than managing complex tool calls. Instead of exposing hundreds of tools directly to the model, Code Mode UTCP allows for targeted searching of tools, and then calls the entire tool chain via code execution. The model writes JavaScript that calls your MCP or UTCP tools, enabling scalable, context-efficient orchestration.
88

99
## 🚀 Features
1010

0 commit comments

Comments
 (0)