File Operations MCP Server

unwatch_directory

Stop watching a directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the directory to stop watching

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the directory to stop watching", "type": "string" } }, "required": [ "path" ], "type": "object" }