We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba960c commit f41b117Copy full SHA for f41b117
src/everything/README.md
@@ -96,6 +96,20 @@ Resource features:
96
- `style` (string): Output style preference
97
- Returns: Multi-turn conversation with images
98
99
+### Logging
100
+
101
+The server sends random-leveled log messages every 15 seconds, e.g.:
102
103
+```json
104
+{
105
+ "method": "notifications/message",
106
+ "params": {
107
+ "level": "info",
108
+ "data": "Information is good"
109
+ }
110
+}
111
+```
112
113
## Usage with Claude Desktop
114
115
Add to your `claude_desktop_config.json`:
0 commit comments