Skip to content

Commit a15f870

Browse files
authored
Merge branch 'main' into community/mcp-server-mysql-on-nodejs
2 parents 5e97660 + 305d799 commit a15f870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filesystem/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (args.length === 0) {
2424

2525
// Normalize all paths consistently
2626
function normalizePath(p: string): string {
27-
return path.normalize(p).toLowerCase();
27+
return path.normalize(p);
2828
}
2929

3030
function expandHome(filepath: string): string {

0 commit comments

Comments
 (0)