Cline
Cline is an open-source AI coding agent for VS Code (and a standalone CLI). It supports remote MCP over Streamable HTTP — the transport YetiTech Docs MCP uses.
Prerequisites: YetiTech Docs MCP overview · Cline extension or CLI installed
Config file
Section titled “Config file”| Surface | Path / UI |
|---|---|
| Cline CLI | ~/.cline/mcp.json |
| VS Code extension | Cline panel → MCP Servers icon → Configure → Configure MCP Servers |
You can also use the Remote Servers tab: enter name yetitech-docs, URL below, transport Streamable HTTP.
Configuration
Section titled “Configuration”{ "mcpServers": { "yetitech-docs": { "type": "streamableHttp", "url": "https://mcp.yetitechstudios.com", "disabled": false, "timeout": 60 } }}Enable
Section titled “Enable”- Save the MCP settings JSON.
- In the Cline MCP panel, confirm
yetitech-docsshows as connected. - Approve tool calls when Cline prompts (human-in-the-loop is on by default).
Try it
Section titled “Try it”- “Search YetiTech docs for Draggable Window widget properties”
- “Fetch the Objective Waypoint System Blueprint reference from YetiTech docs”
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
Failed to open SSE stream | Add "type": "streamableHttp" to the server entry |
| Server disabled | Set "disabled": false |
| CLI vs extension | Both read the same mcpServers shape — verify you edited the file Cline actually loads |
Other clients
Section titled “Other clients”Overview · Cursor · Claude · VS Code · Windsurf · Zed · Continue