mcp-server-code-assist

by abhishekbhakat
Verified

delete_file

Remove unwanted files by specifying the file path. This tool ensures precise file deletion within the MCP server's code modification framework.

Instructions

Deletes a file

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path" ], "title": "FileDelete", "type": "object" }

You must be authenticated.

Other Tools from mcp-server-code-assist

Related Tools

ID: pk7xbajohp