You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
**A plug-and-play library that lets agents call MCP and UTCP tools through TypeScript code - in just 3 lines.**
6
6
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.
0 commit comments