Summary
The MCP client supports four transport types (stdio, http, unix, sse), but the MCP Integration Guide only documents STDIO and HTTP. Unix and SSE were added in PR #6531 but docs weren't updated.
Scope
- Transport Types section — Add
### Unix Socket Transport and ### SSE Transport subsections after ### HTTP Transport, with configuration details and usage examples
- Overview line (line 9) — Update "via STDIO or HTTP transport" to include all four
- Best Practices section — Add guidance on when to choose Unix/SSE over HTTP/STDIO
Acceptance Criteria
Relevant Files