Skip to content

Commit b6dc664

Browse files
committed
typo
1 parent e083c3f commit b6dc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl FileSystemHandler {
8787
} else {
8888
let fs_service = self.fs_service.clone();
8989
let mcp_roots_support = self.mcp_roots_support;
90-
// retreive roots from the client and update the allowed dirctories accordingly
90+
// retrieve roots from the client and update the allowed directories accordingly
9191
let roots = match runtime.clone().list_roots(None).await {
9292
Ok(roots_result) => roots_result.roots,
9393
Err(_err) => {

0 commit comments

Comments
 (0)