LICENSE
README.md
pyproject.toml
src/nomad/__init__.py
src/nomad/cli.py
src/nomad/config.py
src/nomad/result.py
src/nomad/schema.py
src/nomad/security.py
src/nomad/server.py
src/nomad/ssh.py
src/nomad/truncate.py
src/nomad/tools/__init__.py
src/nomad/tools/commands.py
src/nomad/tools/init.py
src/nomad/tools/network.py
src/nomad/tools/sync.py
src/nomad/tools/tasks.py
src/nomad_mcp.egg-info/PKG-INFO
src/nomad_mcp.egg-info/SOURCES.txt
src/nomad_mcp.egg-info/dependency_links.txt
src/nomad_mcp.egg-info/entry_points.txt
src/nomad_mcp.egg-info/requires.txt
src/nomad_mcp.egg-info/top_level.txt
tests/test_cli.py
tests/test_commands.py
tests/test_config.py
tests/test_init.py
tests/test_network.py
tests/test_result.py
tests/test_security.py
tests/test_server.py
tests/test_ssh.py
tests/test_sync.py
tests/test_tasks.py
tests/test_truncate.py