Skip to content

Commit c39c8d1

Browse files
committed
docs(contributing.md): add clear dev mcp server name
1 parent 3394ee6 commit c39c8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ docker build -t py-dep-man-companion .
3636
Add to your VSCode/Cursor's `mcp.json` for testing:
3737

3838
> [!IMPORTANT]
39-
> Replace `/path/to/your/repo` with your local repository path.
39+
> Replace `/path/to/your/repo` with **absolute path** to your local repository.
4040
4141
```json
4242
{
4343
"mcp": {
4444
"servers": {
45-
"py-dep-man-companion-native": {
45+
"py-dep-man-companion-development": {
4646
"command": "uv",
4747
"args": [
4848
"run", "--directory", "/path/to/your/repo",

0 commit comments

Comments
 (0)