Continue
Continue is an open-source AI coding extension for VS Code, JetBrains, and other editors. MCP servers work in agent mode only.
Prerequisites: YetiTech Docs MCP overview · Continue extension installed
Config file
Section titled “Config file”| Scope | Path |
|---|---|
| User | ~/.continue/config.yaml |
| Workspace block | .continue/mcpServers/yetitech-docs.yaml |
Configuration (user config.yaml)
Section titled “Configuration (user config.yaml)”Add under the top-level mcpServers list:
name: My Continue Configversion: 1.0.0schema: v1mcpServers: - name: yetitech-docs type: streamable-http url: https://mcp.yetitechstudios.comConfiguration (workspace block file)
Section titled “Configuration (workspace block file)”Create .continue/mcpServers/yetitech-docs.yaml:
name: YetiTech Docs MCPversion: 1.0.0schema: v1mcpServers: - name: yetitech-docs type: streamable-http url: https://mcp.yetitechstudios.comCommit the workspace file to share YetiTech Docs MCP with your team.
Enable
Section titled “Enable”- Save the YAML file.
- Switch Continue to Agent mode (MCP does not run in chat-only mode).
- Restart the Continue extension if tools do not appear.
Try it
Section titled “Try it”- “Use yetitech-docs to search for City Builder template migration steps”
- “What does YetiTech docs say about packaging Operating System Simulator?”
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
| No MCP tools | Switch to Agent mode |
| YAML errors | Required top-level fields: name, version, schema |
| Remote type | Use streamable-http, not stdio, for the hosted server |
Other clients
Section titled “Other clients”Overview · Cursor · Claude · VS Code · Windsurf · Cline · Zed