docs: fix CHANGELOG duplicate Added section + missing period in learning doc
Address review feedback on ce99f58:
- Merge the two '### Added' blocks in [Unreleased] into one (Keep a
Changelog: each category appears once). New 2026-07-06 entries now
sit at the top of the existing Added block.
- Add missing period after 'required SSE headers' in the liveness
verification prose (was a run-on sentence).
This commit is contained in:
@@ -88,8 +88,8 @@ $ curl -sS -o /dev/null -w "HTTP %{http_code} in %{time_total}s\n" \
|
||||
HTTP 406 in 0.004665s
|
||||
```
|
||||
|
||||
HTTP 406 is expected for a plain GET without the required SSE headers
|
||||
the MCP server is alive and rejecting non-SSE requests correctly.
|
||||
HTTP 406 is expected for a plain GET without the required SSE headers.
|
||||
The MCP server is alive and rejecting non-SSE requests correctly.
|
||||
|
||||
## Diagnosis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user