Update everything/README.md with info about the logging output

This commit is contained in:
cliffhall
2025-03-13 15:33:59 -04:00
parent 2ba960ca13
commit f41b117716

View File

@@ -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`: