You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_en.md
+56-17Lines changed: 56 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Deep Code CLI
2
2
3
-
[Deep Code](https://github.com/lessweb/deepcode-cli) is a terminal AI coding assistant optimized for the `deepseek-v4` model, with support for deep thinking, reasoning effort control, and Agent Skills.
3
+
[Deep Code](https://github.com/lessweb/deepcode-cli) is a terminal AI coding assistant optimized for the `deepseek-v4` model, with support for deep thinking, reasoning effort control, Agent Skills, and MCP (Model Context Protocol) integration.
|`Shift+Enter`| Insert a newline (also `Ctrl+J`) |
65
+
|`Ctrl+V`| Paste an image from the clipboard |
66
+
|`Esc`| Interrupt the current model turn |
67
+
|`Ctrl+D` twice | Quit Deep Code |
60
68
61
69
## Supported Models
62
70
@@ -97,6 +105,37 @@ Yes. Just set `env.BASE_URL` in `~/.deepcode/settings.json` to an OpenAI-compati
97
105
}
98
106
```
99
107
108
+
### How do I configure MCP?
109
+
110
+
Deep Code supports MCP (Model Context Protocol) to connect external services such as GitHub, browsers, databases, and more. Configure the `mcpServers` field in `settings.json` to enable it, then use the `/mcp` command to view MCP server status and available tools.
111
+
112
+
For detailed setup instructions, see: [docs/mcp.md](docs/mcp.md)
113
+
114
+
## Contributing
115
+
116
+
Contributions are welcome! Here's how to get started:
0 commit comments