Skip to content

Commit 9e3a523

Browse files
committed
Remove installation step 2
Signed-off-by: popcorny <[email protected]>
1 parent 446a1b7 commit 9e3a523

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

docs/5-data-diffing/mcp-server.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@ Recce exposes its tools to AI agents, enabling integration with tools like Claud
77

88
## Installation
99

10-
1. Install Recce with the MCP extra dependency:
10+
Install Recce with the MCP extra dependency:
1111

12-
```shell
13-
pip install 'recce[mcp]'
14-
```
15-
16-
2. Verify the MCP server works by starting it in your dbt project:
17-
18-
```shell
19-
cd my-dbt-project/
20-
recce mcp-server
21-
```
22-
23-
You should see the message: `Starting Recce MCP Server in stdio mode...` Stop the server with `Ctrl+C` once confirmed.
12+
```shell
13+
pip install 'recce[mcp]'
14+
```
2415

2516
## Method 1: MCP Server (stdio)
2617

0 commit comments

Comments
 (0)