Skip to content

Commit 6b64f1c

Browse files
authored
Update README.md - aligned comments
1 parent 0aab3b0 commit 6b64f1c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ MCPDebugTest/
7373
├── setup.bat # Windows setup script
7474
├── requirements.txt # Python dependencies
7575
├── simple_mcp_server/ # Main MCP server code
76-
│ ├── server.py # MCP server implementation
77-
│ ├── tools.py # Tool definitions
78-
│ ├── handlers.py # Tool handlers
79-
│ └── debug_utils.py # Debugging utilities
76+
│ ├── server.py # MCP server implementation
77+
│ ├── tools.py # Tool definitions
78+
│ ├── handlers.py # Tool handlers
79+
│ └── debug_utils.py # Debugging utilities
8080
├── tests/ # Test scripts
81-
│ └── test_server.py # Server validation tests
81+
│ └── test_server.py # Server validation tests
8282
├── config/ # Configuration files
83-
│ └── claude_desktop.json # Claude Desktop config
83+
│ └── claude_desktop.json # Claude Desktop config
8484
├── .vscode/ # VS Code configuration
85-
│ └── launch.json # Debug configurations
85+
│ └── launch.json # Debug configurations
8686
└── logs/ # Debug logs (created on first run)
8787
```
8888

0 commit comments

Comments
 (0)