Skip to content

Commit 0a74ee6

Browse files
committed
Add extra debugging/development instructions.
This should help people unfamilar with ux get the right commands to test in the Claude app.
1 parent 3b4c97b commit 0a74ee6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/git/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,29 @@ cd path/to/servers/src/git
156156
npx @modelcontextprotocol/inspector uv run mcp-server-git
157157
```
158158

159+
Running `tail -n 20 -f ~/Library/Logs/Claude/mcp*.log` will show the logs from the server and may
160+
help you debug any issues.
161+
162+
## Development
163+
164+
If you are doing local development, there are two ways to test your changes:
165+
166+
1. Run the MCP inspector to test your changes. See [Debugging](#debugging) for run instructions.
167+
168+
2. Test using the Claude desktop app. Add the following to your `claude_desktop_config.json`:
169+
170+
```json
171+
"git": {
172+
"command": "uv",
173+
"args": [
174+
"--directory",
175+
"/<path to mcp-servers>/mcp-servers/src/git",
176+
"run",
177+
"mcp-server-git"
178+
]
179+
}
180+
```
181+
159182
## License
160183

161184
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

0 commit comments

Comments
 (0)