This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
src/create_mcp_server/template Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ The server implements one tool:
28
28
29
29
### Claude Desktop
30
30
31
- Run
32
- ```
33
- mcp setup --app Claude
34
- ```
35
-
36
- or by editing
37
-
38
31
On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
39
32
On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
40
33
@@ -51,3 +44,16 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
51
44
}
52
45
}
53
46
```
47
+
48
+ ## Develop and Debug
49
+
50
+ Since MCP servers run over stdio, debugging can be challenging. For the best debugging
51
+ experience, we strongly recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector).
52
+
53
+ You can launch the MCP Inspector via [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) with this command:
54
+
55
+ ```bash
56
+ npx @modelcontextprotocol/inspector uv --directory {{server_directory}} run {{server_name}}
57
+ ```
58
+
59
+ Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
You can’t perform that action at this time.
0 commit comments