Skip to content

Commit c08e7da

Browse files
authored
Merge branch 'main' into community/mcp-server-mysql-on-nodejs
2 parents 61d96af + dd084c8 commit c08e7da

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)