We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac217c7 commit b01b609Copy full SHA for b01b609
docs/quickstart/server.mdx
@@ -402,7 +402,7 @@ Writing to stdout will corrupt the JSON-RPC messages and break your server.
402
console.log("Server started");
403
404
// ✅ Good (STDIO)
405
-console.error("Server started"); // stderr is safe
+console.error("Server started"); // stderr is safe
406
```
407
408
### System requirements
@@ -875,7 +875,7 @@ Writing to stdout will corrupt the JSON-RPC messages and break your server.
875
876
### Best Practices
877
878
-1. Use a logging library that writes to stderr or files.
+1. Use a logging library that writes to stderr or files.
879
2. Ensure any configured logging library will not write to STDOUT
880
881
0 commit comments