Skip to content

Commit 1547a83

Browse files
authored
Fix the capitalization of the Cursor editor in the flag description (#276)
1 parent a9eb685 commit 1547a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/dart_mcp_server/lib/src/arg_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ArgParser createArgParser({
3939
help:
4040
'Forces a behavior for project roots which uses MCP tools '
4141
'instead of the native MCP roots. This can be helpful for '
42-
'clients like cursor which claim to have roots support but do '
42+
'clients like Cursor which claim to have roots support but do '
4343
'not actually support it.',
4444
)
4545
..addOption(

0 commit comments

Comments
 (0)