unsubscribe
Stop receiving real-time notifications for changes on a specific file or directory by removing the subscription via the MCP Observer Server.
Instructions
Unsubscribe from changes on a file or directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}