mirror of
https://github.com/cline/cline.git
synced 2026-08-30 17:20:20 +08:00
d8a3086eaa
The remote-server JSON example omitted the `type` field. Because the config schema's z.union lists the SSE branch before streamableHttp (intentionally, for backward compat), an untyped remote entry silently resolves to the deprecated legacy SSE transport — the opposite of the docs' own "Streamable HTTP (recommended)" guidance. Add `"type": "streamableHttp"` to the example, rename the heading to match, and add a sentence explaining that omitting `type` defaults to legacy SSE. Fixes #11670 Co-authored-by: Minhkunn <minh.12072k6@gmail.com>