Skip to content

Commit aece9f2

Browse files
committed
ci: update workflow
1 parent 749699f commit aece9f2

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/mcp_config.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
"recce": {
44
"type": "stdio",
55
"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-
]
6+
"args": ["mcp-server"]
197
}
208
}
219
}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Install Recce Nightly with MCP extras
116116
echo "Installing recce-nightly[mcp]..."
117-
pip install 'recce-nightly[mcp]'
117+
pip install "git+https://github.com/DataRecce/recce.git@main#egg=recce[mcp]"
118118
119119
# Verify installation
120120
if command -v recce >/dev/null 2>&1; then

0 commit comments

Comments
 (0)