Skip to content

Commit b139358

Browse files
authored
Fix formatting of tool name in README
Updated README to format the tool name 'execute_code' correctly.
1 parent b830300 commit b139358

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. The model writes TypeScript/JavaScript that calls your MCP or UTCP tools via HTTP, enabling scalable, context-efficient orchestration.`execute_code`
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.
88

99
## 🚀 Features
1010

0 commit comments

Comments
 (0)