Expand description
Logging-related message types for MCP server-to-client logging and progress.
This module provides types for:
- Server logging messages to client
- Log level configuration
- Progress notifications for long-running operations
- Resource change notifications
Structs§
- Logging
Notification - Notification containing a log message from the server.
- Progress
Notification - Progress notification for long-running operations.
- Prompt
List Changed Notification - Notification that the list of prompts has changed.
- Resource
List Changed Notification - Notification that the list of resources has changed.
- Resource
Updated Notification - Notification that a resource has been updated.
- SetLevel
Request - Request to set the logging level for the server.
- Tool
List Changed Notification - Notification that the list of tools has changed.
Enums§
- LogLevel
- Log level enumeration for MCP logging.
- Progress
Token - Progress token for tracking long-running operations.