Skip to content

Commit 35d5404

Browse files
committed
Prettier
1 parent d2c9377 commit 35d5404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This directory contains documentation for the Code-Reasoning MCP Server, a tool
1717
To get started with the Code-Reasoning MCP Server, follow these steps:
1818

1919
1. **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

2829
2. **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

4143
3. **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
```

0 commit comments

Comments
 (0)