Minor updates to filesystem

This commit is contained in:
Mahesh Murag
2024-11-20 01:24:23 -05:00
parent 124ff86101
commit 64f8e4db05
5 changed files with 90 additions and 62 deletions

View File

@@ -153,7 +153,6 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
name: "write_file",
description:
"Create a new file or completely overwrite an existing file with new content. " +
"This tool will create any necessary parent directories automatically. " +
"Use with caution as it will overwrite existing files without warning. " +
"Handles text content with proper encoding.",
inputSchema: {