Commit 9429c76
refactor: reorganize project structure with src/ directory
Move all Python source code into src/ directory for better project organization:
- All .py files moved to src/
- Added src/__init__.py to make it a proper Python package
- Updated mcp.json entry path to src/mail_mcp_server.py
- Updated README.md and README_zh.md configuration examples
Benefits:
- Cleaner root directory (documentation and config only)
- Follows Python project conventions
- Easier to maintain as project grows
Files moved:
- mail_mcp_server.py
- parse_email.py
- extract_attachments.py
- cleanup_attachments.py
- get_email_path.py
- get_thread_paths.py
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 26be5cc commit 9429c76
File tree
10 files changed
+4
-4
lines changed- src
10 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments