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: packages/workshop-mcp/src/utils.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { z } from 'zod/v3'
9
9
exportconstworkshopDirectoryInputSchema=z
10
10
.string()
11
11
.describe(
12
-
'Absolute path to the workshop root directory. Passing a /playground path is allowed and will be normalized to the workshop root.',
12
+
'Absolute or relative path to the workshop root directory. Relative paths are resolved from the current working directory. Passing a /playground path is allowed and will be normalized to the workshop root.',
0 commit comments