Ryan Malloy 3acc5fa9fd 🏗️ Convert to modern src-layout structure and cleanup project
- Move enhanced_mcp package to src/enhanced_mcp/ (Python best practice)
- Update pyproject.toml for src-layout configuration
- Fix test imports and paths for new structure
- Remove unnecessary directories: config/, scripts/
- Update CLAUDE.md documentation for src-layout
- Maintain full functionality with 50+ tools across 14 modules

Benefits:
- Better separation between source and development files
- Prevents accidental imports of development versions
- Follows modern Python packaging standards
- Improved testing isolation
- Professional package structure ready for distribution
2025-09-22 10:38:08 -06:00
..