File Operations MCP Server

is_watching

Check if a path is currently being watched

Input Schema

NameRequiredDescriptionDefault
pathYesPath to check

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to check", "type": "string" } }, "required": [ "path" ], "type": "object" }