Skip to content

Commit c8df508

Browse files
author
康惟
committed
docs(mcp): correct Cline config path after manual verification
CodeRabbit suggested ~/.cline/data/settings/cline_mcp_settings.json, but Cline's official docs (docs.cline.bot/mcp/mcp-overview) state: - CLI: ~/.cline/mcp.json - IDE extension: opened via UI button, file in VS Code global storage Updated both EN and zh to describe both paths accurately rather than using the unverified path from the bot review.
1 parent aa3b0be commit c8df508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

repo_pages/guide/mcp-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Edit `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/
107107

108108
#### Cline
109109

110-
Cline stores MCP config in `~/.cline/data/settings/cline_mcp_settings.json` (VS Code extension). Open the Cline panel → MCP Servers icon → Configure tab → Configure MCP Servers, and add:
110+
Cline stores MCP config at two locations depending on how you use it: `~/.cline/mcp.json` for the Cline CLI, or the VS Code extension's MCP settings file (open via Cline panel → MCP Servers icon → Configure tab → Configure MCP Servers). Add:
111111

112112
```json
113113
{

repo_pages/zh/guide/mcp-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ amp mcp add hebb -- /absolute/path/to/hebb-mcp
107107

108108
#### Cline
109109

110-
Cline MCP 配置存储在 `~/.cline/data/settings/cline_mcp_settings.json`VS Code 扩展)。打开 Cline 面板 → MCP Servers 图标 → Configure 标签 → Configure MCP Servers添加:
110+
Cline MCP 配置有两个位置:Cline CLI 用 `~/.cline/mcp.json`VS Code 扩展通过 Cline 面板 → MCP Servers 图标 → Configure 标签 → Configure MCP Servers 按钮打开配置文件。添加:
111111

112112
```json
113113
{

0 commit comments

Comments
 (0)