You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/server/utilities/logging.md
+11-43Lines changed: 11 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ The Model Context Protocol (MCP) provides a standardized way for servers to send
10
10
11
11
## User Interaction Model
12
12
13
-
Implementations are free to expose logging through any interface pattern that suits their needs - the protocol itself does not mandate any specific user interaction model.
13
+
Implementations are free to expose logging through any interface pattern that suits their needs—the protocol itself does not mandate any specific user interaction model.
14
14
15
15
## Capabilities
16
16
17
-
Servers that support logging MUST include a`logging` capability in their `ServerCapabilities` during initialization:
17
+
Servers that emit log message notifications **MUST** declare the`logging` capability:
18
18
19
19
```json
20
20
{
@@ -26,7 +26,7 @@ Servers that support logging MUST include a `logging` capability in their `Serve
26
26
27
27
## Log Levels
28
28
29
-
The protocol defines standard syslog severity levels as specified in [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1):
29
+
The protocol follows the standard syslog severity levels specified in [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1):
0 commit comments