We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62234f7 commit 12a87c4Copy full SHA for 12a87c4
pkgs/dart_mcp_server/lib/src/utils/cli_utils.dart
@@ -285,10 +285,11 @@ ListSchema rootsSchema({bool supportsPaths = false}) => Schema.list(
285
);
286
287
final rootSchema = Schema.string(
288
- title: 'The URI of the project root to run this tool in.',
+ title: 'The file URI of the project root to run this tool in.',
289
description:
290
'This must be equal to or a subdirectory of one of the roots '
291
- 'returned by a call to "listRoots".',
+ 'allowed by the client. Must be a URI with a `file:` '
292
+ 'scheme (e.g. file:///absolute/path/to/root).',
293
294
295
/// Very thin extension type for a pubspec just containing what we need.
0 commit comments