This server operates in READ-ONLY mode for safety. It can read and analyze memory but cannot modify it. All operations are logged for security auditing.
project-root/ ├── libraries/ # Utility modules (helpers, custom functions, etc.) │ └── util.py ├── tests/ # Test cases organized by feature/module │ ├── test_users.py │ ├── test_posts.py ...