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
description: "Absolute or relative path to the file to check",
236
240
},
241
+
config_path: {
242
+
type: "string",
243
+
description: "Optional path to .vale.ini file. If not provided, Vale will search for .vale.ini starting from the file's directory and moving upward through parent directories.",
244
+
},
237
245
},
238
246
required: ["path"],
239
247
},
@@ -249,6 +257,10 @@ const TOOLS: Tool[] = [
249
257
type: "string",
250
258
description: "The text content to check with Vale",
251
259
},
260
+
config_path: {
261
+
type: "string",
262
+
description: "Optional path to .vale.ini file. If not provided, uses the server's configured path or searches in the current directory.",
263
+
},
252
264
},
253
265
required: ["text"],
254
266
},
@@ -353,9 +365,9 @@ See Vale documentation: https://vale.sh/docs/topics/packages/`,
0 commit comments