.coverage
.gitignore
.python-version
CLAUDE.md
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
src/mcp_system_info.egg-info/PKG-INFO
src/mcp_system_info.egg-info/SOURCES.txt
src/mcp_system_info.egg-info/dependency_links.txt
src/mcp_system_info.egg-info/entry_points.txt
src/mcp_system_info.egg-info/requires.txt
src/mcp_system_info.egg-info/top_level.txt
src/system_info_mcp/__init__.py
src/system_info_mcp/config.py
src/system_info_mcp/resources.py
src/system_info_mcp/server.py
src/system_info_mcp/tools.py
src/system_info_mcp/utils.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_resources.py
tests/test_tools.py
tests/test_utils.py