File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments