Skip to content

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

SurfacePath / UI
Cline CLI~/.cline/mcp.json
VS Code extensionCline panel → MCP Servers icon → ConfigureConfigure MCP Servers

You can also use the Remote Servers tab: enter name yetitech-docs, URL below, transport Streamable HTTP.

{
"mcpServers": {
"yetitech-docs": {
"type": "streamableHttp",
"url": "https://mcp.yetitechstudios.com",
"disabled": false,
"timeout": 60
}
}
}
  1. Save the MCP settings JSON.
  2. In the Cline MCP panel, confirm yetitech-docs shows as connected.
  3. Approve tool calls when Cline prompts (human-in-the-loop is on by default).
  • “Search YetiTech docs for Draggable Window widget properties”
  • “Fetch the Objective Waypoint System Blueprint reference from YetiTech docs”
ProblemFix
Failed to open SSE streamAdd "type": "streamableHttp" to the server entry
Server disabledSet "disabled": false
CLI vs extensionBoth read the same mcpServers shape — verify you edited the file Cline actually loads

Overview · Cursor · Claude · VS Code · Windsurf · Zed · Continue