diff --git a/src/filesystem/index.ts b/src/filesystem/index.ts index 32c91543..1ffb6811 100644 --- a/src/filesystem/index.ts +++ b/src/filesystem/index.ts @@ -163,6 +163,7 @@ const server = new Server( }, { capabilities: { + listChanged: false, tools: { search_files: { description: "Recursively search for files/directories with optional exclude patterns",