We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749699f commit aece9f2Copy full SHA for aece9f2
.github/mcp_config.json
@@ -3,19 +3,7 @@
3
"recce": {
4
"type": "stdio",
5
"command": "recce",
6
- "args": [
7
- "mcp-server",
8
- "--project-dir",
9
- ".",
10
- "--profiles-dir",
11
12
- "--config",
13
- "recce.yml",
14
- "--target-path",
15
- "target",
16
- "--target-base-path",
17
- "target-base"
18
- ]
+ "args": ["mcp-server"]
19
}
20
21
.github/workflows/claude.yml
@@ -114,7 +114,7 @@ jobs:
114
115
# Install Recce Nightly with MCP extras
116
echo "Installing recce-nightly[mcp]..."
117
- pip install 'recce-nightly[mcp]'
+ pip install "git+https://github.com/DataRecce/recce.git@main#egg=recce[mcp]"
118
119
# Verify installation
120
if command -v recce >/dev/null 2>&1; then
0 commit comments