LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
examples/api/create-api.py
examples/api/eos-models-mcp.py
examples/api/mcp-api.py
examples/execute/bubble-pressure.py
examples/execute/bubble-temperature.py
examples/execute/dew-pressure.py
examples/execute/dew-temperature.py
examples/execute/flash-isothermal.py
examples/execute/fugacity.py
examples/execute/fugacity_mixture.py
examples/execute/fugacity_with_external_reference.py
examples/execute/method-info.py
examples/mcp/eos-models-mcp-with-reference.py
examples/mcp/eos-models-mcp.py
examples/mcp/flash-calculations-mcp.py
examples/mcp/thermodynamic-properties-mcp.py
examples/references/doc1.py
examples/references/doc2.py
examples/references/reference-checker.py
examples/references/reference-config.py
mozichem_hub/__init__.py
mozichem_hub/app.py
mozichem_hub.egg-info/PKG-INFO
mozichem_hub.egg-info/SOURCES.txt
mozichem_hub.egg-info/dependency_links.txt
mozichem_hub.egg-info/requires.txt
mozichem_hub.egg-info/top_level.txt
mozichem_hub/api/__init__.py
mozichem_hub/api/api_builder.py
mozichem_hub/api/main.py
mozichem_hub/config/__init__.py
mozichem_hub/config/constants.py
mozichem_hub/config/modules.py
mozichem_hub/config/settings.py
mozichem_hub/descriptors/__init__.py
mozichem_hub/descriptors/main.py
mozichem_hub/descriptors/mcp_descriptor.py
mozichem_hub/descriptors/prlcore.yml
mozichem_hub/descriptors/ptdbcore.yml
mozichem_hub/descriptors/ptfcore.yml
mozichem_hub/descriptors/ptmcore.yml
mozichem_hub/descriptors/tdcore.yml
mozichem_hub/docs/__init__.py
mozichem_hub/docs/core.py
mozichem_hub/docs/mcp.py
mozichem_hub/docs/mcp_hub.py
mozichem_hub/docs/registry.py
mozichem_hub/docs/server.py
mozichem_hub/errors/__init__.py
mozichem_hub/errors/api_exceptions.py
mozichem_hub/errors/mcp_exceptions.py
mozichem_hub/errors/ptf_exceptions.py
mozichem_hub/errors/ptm_exceptions.py
mozichem_hub/errors/reference_exceptions.py
mozichem_hub/errors/resource_exceptions.py
mozichem_hub/errors/tool_exceptions.py
mozichem_hub/errors/utils_exceptions.py
mozichem_hub/executors/__init__.py
mozichem_hub/executors/executer.py
mozichem_hub/models/__init__.py
mozichem_hub/models/mcp_models.py
mozichem_hub/models/references_models.py
mozichem_hub/models/resources_models.py
mozichem_hub/models/uni_models.py
mozichem_hub/prebuilt/__init__.py
mozichem_hub/prebuilt/manager.py
mozichem_hub/references/__init__.py
mozichem_hub/references/config.md
mozichem_hub/references/config.py
mozichem_hub/references/contents.py
mozichem_hub/references/link.py
mozichem_hub/references/reference_adapter.py
mozichem_hub/references/reference_controller.py
mozichem_hub/references/reference_mapper.py
mozichem_hub/references/reference_services.py
mozichem_hub/references/references_initializer.py
mozichem_hub/references/referencethermodb_controller.py
mozichem_hub/references/symbols.py
mozichem_hub/references/symbols.yml
mozichem_hub/resources/__init__.py
mozichem_hub/resources/class_builder.py
mozichem_hub/resources/function_dispatcher.py
mozichem_hub/resources/hub.py
mozichem_hub/resources/hub_manager.py
mozichem_hub/resources/mozi_tool_builder.py
mozichem_hub/resources/ptdbcore.py
mozichem_hub/resources/ptfcore.py
mozichem_hub/resources/ptmcore.py
mozichem_hub/resources/reference_utils.py
mozichem_hub/resources/utils.py
mozichem_hub/tools/__init__.py
mozichem_hub/tools/tool_builder.py
mozichem_hub/tools/tool_manager.py
mozichem_hub/utils/__init__.py
mozichem_hub/utils/component_utils.py
mozichem_hub/utils/loader.py
mozichem_hub/utils/mcp_controller.py
mozichem_hub/utils/ui_tools.py