Skip to main content
Glama
test_import.py544 B
"""Test that the package can be imported.""" import pytest def test_import_package(): """Verify the package imports successfully.""" import comfyui_mcp_server assert hasattr(comfyui_mcp_server, "__version__") assert comfyui_mcp_server.__version__ == "0.1.0" def test_import_workflow_utils(): """Verify workflow_utils imports successfully.""" from comfyui_mcp_server.workflow_utils import normalize_workflow, apply_dryrun_overrides assert callable(normalize_workflow) assert callable(apply_dryrun_overrides)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zturner1/comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server