File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This directory contains documentation for the Code-Reasoning MCP Server, a tool
1717To get started with the Code-Reasoning MCP Server, follow these steps:
1818
19191 . ** Install the server** :
20+
2021 ``` bash
2122 # Option 1: Use with npx (recommended for most users)
2223 npx @mettamatt/code-reasoning
@@ -27,6 +28,7 @@ To get started with the Code-Reasoning MCP Server, follow these steps:
2728
28292 . ** Configure Claude Desktop** :
2930 Edit your Claude Desktop configuration file to include the Code-Reasoning MCP Server:
31+
3032 ``` json
3133 {
3234 "mcpServers" : {
@@ -40,6 +42,7 @@ To get started with the Code-Reasoning MCP Server, follow these steps:
4042
41433 . ** Use with Claude** :
4244 Ask Claude to use sequential thinking in your prompts:
45+
4346 ```
4447 Please analyze this code using sequential thinking to break down the solution step by step.
4548 ```
You can’t perform that action at this time.
0 commit comments