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 e083c3f commit b6dc664Copy full SHA for b6dc664
src/handler.rs
@@ -87,7 +87,7 @@ impl FileSystemHandler {
87
} else {
88
let fs_service = self.fs_service.clone();
89
let mcp_roots_support = self.mcp_roots_support;
90
- // retreive roots from the client and update the allowed dirctories accordingly
+ // retrieve roots from the client and update the allowed directories accordingly
91
let roots = match runtime.clone().list_roots(None).await {
92
Ok(roots_result) => roots_result.roots,
93
Err(_err) => {
0 commit comments