LICENSE
README.md
pyproject.toml
src/config.py
src/mcp_server.py
src/multiclient_bridge.py
src/auth/__init__.py
src/auth/synology_auth.py
src/container/__init__.py
src/container/synology_container.py
src/downloadstation/__init__.py
src/downloadstation/synology_downloadstation.py
src/filestation/__init__.py
src/filestation/synology_filestation.py
src/health/__init__.py
src/health/synology_health.py
src/iscsi/__init__.py
src/iscsi/synology_iscsi.py
src/mcp_server_synology.egg-info/PKG-INFO
src/mcp_server_synology.egg-info/SOURCES.txt
src/mcp_server_synology.egg-info/dependency_links.txt
src/mcp_server_synology.egg-info/entry_points.txt
src/mcp_server_synology.egg-info/requires.txt
src/mcp_server_synology.egg-info/top_level.txt
src/nfs/__init__.py
src/nfs/synology_nfs.py
src/usermanagement/__init__.py
src/usermanagement/synology_users.py
src/utils/logger.py
src/utils/synology_api.py
tests/test_auth.py
tests/test_config.py
tests/test_container_manager.py
tests/test_download_station.py
tests/test_file_station.py
tests/test_file_station_binary_copy.py
tests/test_file_station_unit.py
tests/test_health.py
tests/test_iscsi.py
tests/test_lazy_login_and_share_times.py
tests/test_logout.py
tests/test_nfs.py
tests/test_user_management.py