mcpssh/.note/code_structure.md

10 lines
326 B
Markdown

# Code Structure
- `src/mcpssh/`: Main server and protocol logic.
- `tests/`: Test modules.
- `test_mcp.py`, `test_ssh.py`: Standalone test scripts.
- `.note/`: Project memory bank and documentation.
- `scp_plan.md`: Implementation plan for SCP features.
*Update this file as the codebase evolves or new modules are added.*