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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ Executes code in YepCode's secure environment.
151
151
YepCode MCP server supports the following options:
152
152
153
153
-`runCodeCleanup`: Skip the run_code cleanup. By default, run_code processes source code is removed after execution. If you want to keep it for audit purposes, you can use this option.
154
+
-`skipCodingRules`: Skip including coding rules in the run_code tool definition. By default, JavaScript and Python coding rules from YepCode documentation are included in the tool schema to guide AI-generated code. If you want to skip this for faster tool initialization or smaller tool definitions, you can use this option.
154
155
155
156
Options can be passed as a comma-separated list in the `YEPCODE_MCP_OPTIONS` environment variable.
156
157
@@ -189,7 +190,7 @@ If not specified, all built-in tools are enabled by default, but no process tool
0 commit comments