Skip to content

Commit 26ea8ec

Browse files
committed
feat(implementation): add MCP server configuration example for AutoDev integration
1 parent 43bf7eb commit 26ea8ec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/mcp/mcp-client.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ parent: MCP
1212
1. Configure the MCP client in `Settings`, `AutoDev`, `Custom Agent` MCP Servers
1313
2. Add your MCP Server, for example:
1414

15+
```json
16+
{
17+
"mcpServers": {
18+
"autodev": {
19+
"command": "npx",
20+
"args": ["--package=@autodev/context-mcp", "autodev-context-mcp", "--preset=AutoDev", "-y"],
21+
"env": {
22+
"PROJECT_ID": "cmaqby8oo0002l704skfwgpjy"
23+
}
24+
}
25+
}
26+
}
27+
```
28+
29+
AutoDev with AutoDev Workbench to fetch context.
30+
31+
### MCP Examples
32+
1533
```json
1634
{
1735
"mcpServers": {

0 commit comments

Comments
 (0)