notify_demo_tool
Demonstrate server-to-client notifications by sending logging messages or triggering list_changed events.
Instructions
Demonstrate server-to-client notifications: send logging messages or trigger list_changed events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Notification type: logging=sends a log message, tool_list_changed=triggers re-fetch of tools, both=sends both | |
| level | No | Log level for the logging notification (default: notice) | |
| message | No | Custom message data for the logging notification |