Skip to content

Commit dd0e766

Browse files
authored
Update README.md
1 parent 81997b7 commit dd0e766

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ Example MCP request:
9898

9999
```json
100100
{
101-
"tool": "code-executor",
102101
"language": "python",
103-
"code": "print('Hello, world!')"
102+
"code": "print('Hello, world!')\nprint('hello again')"
104103
}
105104
```
106105

0 commit comments

Comments
 (0)