Add fuzzy file search functionality (#3240)

Co-authored-by: spencrmartin <spencermartin@squareup.com>
This commit is contained in:
Spence
2025-07-03 17:09:39 -04:00
committed by GitHub
parent 7f55459e40
commit 63774ef319
8 changed files with 1040 additions and 202 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ mod tests {
use mcp_core::{content::TextContent, Role};
use std::env;
#[warn(dead_code)]
#[allow(dead_code)]
#[derive(Clone)]
struct MockTestProvider {
name: String,