Skip to content

Commit 03a1b2b

Browse files
committed
docs(mcp): update MCP documentation with protocol details
Add a detailed description of the Model Context Protocol (MCP) and its purpose. Include installation requirements for Node.js and update the MCP client reference to specify the JetBrains MCP Proxy Server.
1 parent 02c539e commit 03a1b2b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/mcp/mcp.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,24 @@ has_children: true
66
permalink: /mcp
77
---
88

9-
In issue [#330](https://github.com/unit-mesh/auto-dev/issues/330), we discussed the possibility of using AutoDev as a MCP server.
9+
# Model Context Protocol (MCP)
10+
11+
> MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for
12+
> AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and
13+
> accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
14+
15+
In issue [#330](https://github.com/unit-mesh/auto-dev/issues/330), we discussed the possibility of using AutoDev as a
16+
MCP server.
1017
This document will discuss the implementation details.
1118

19+
Requirements: Install Node.js with Npx
20+
21+
- https://nodejs.org/en/download/package-manager
22+
1223
## How to use
1324

1425
1. Enable the MCP server in AutoDev settings
15-
2. Use the MCP client to connect to the AutoDev server (We use JetBrains MCP Proxy to keep same protocol)
26+
2. Use the MCP client to connect to the AutoDev server (We use JetBrains MCP Proxy Server to keep same protocol)
1627

1728
```json
1829
{

0 commit comments

Comments
 (0)