mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
fix: properly register search_files tool with schema in server setup
This commit is contained in:
@@ -164,7 +164,12 @@ const server = new Server(
|
||||
{
|
||||
capabilities: {
|
||||
listChanged: false,
|
||||
tools: {},
|
||||
tools: {
|
||||
search_files: {
|
||||
description: "Recursively search for files/directories with optional exclude patterns",
|
||||
inputSchema: zodToJsonSchema(SearchFilesArgsSchema),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user