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
@@ -52,6 +53,10 @@ export function parseCLIOptions(): CLIOptions {
52
53
description:
53
54
"Where to run code execution in code tool; 'stainless-sandbox' will execute code in Stainless-hosted sandboxes whereas 'local' will execute code locally on the MCP server machine.",
54
55
})
56
+
.option('custom-instructions-path',{
57
+
type: 'string',
58
+
description: 'Path to custom instructions for the MCP server',
0 commit comments