diff --git a/src/everything/README.md b/src/everything/README.md index f80848ee..56a0f460 100644 --- a/src/everything/README.md +++ b/src/everything/README.md @@ -96,6 +96,20 @@ Resource features: - `style` (string): Output style preference - Returns: Multi-turn conversation with images +### Logging + +The server sends random-leveled log messages every 15 seconds, e.g.: + +```json +{ + "method": "notifications/message", + "params": { + "level": "info", + "data": "Information is good" + } +} +``` + ## Usage with Claude Desktop Add to your `claude_desktop_config.json`: