Enum
log-level
https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/logging#log-levels
enum log-level {
debug,
info,
notice,
warning,
error,
critical,
alert,
emergency,
}Cases
| Case | Description |
|---|---|
| debug | Detailed debugging information |
| info | General informational messages |
| notice | Normal but significant events |
| warning | Warning conditions |
| error | Error conditions |
| critical | Critical conditions |
| alert | Action must be taken immediately |
| emergency | System is unusable |