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: internal/docs/server.src.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ requests.
56
56
57
57
### Logging
58
58
59
-
MCP servers can send logging messages to MCP clients so their users can keep informed of progress.
59
+
MCP servers can send logging messages to MCP clients.
60
60
(This form of logging is distinct from server-side logging, where the
61
61
server produces logs that remain server-side, for use by server maintainers.)
62
62
@@ -78,7 +78,6 @@ Servers always report the logging capability.
78
78
79
79
80
80
**Client-side**:
81
-
82
81
Set [`ClientOptions.LoggingMessageHandler`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/mcp#ClientOptions.LoggingMessageHandler) to receive log messages.
83
82
84
83
Call [`ClientSession.SetLevel`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/mcp#ClientSession.SetLevel) to change the log level for a session.
0 commit comments