llm-tools/mcps/dicom_mcp/dicom_mcp/__main__.py
Gregory Gauthier 83ec950df7 first commit
2026-04-08 12:11:04 +01:00

6 lines
88 B
Python

"""Entry point for ``python -m dicom_mcp``."""
from dicom_mcp.server import run
run()