dataops_mcp_stdio.py 101 B

123456
  1. #!/usr/bin/env python3
  2. from app.core.mcp.runtime import main
  3. if __name__ == "__main__":
  4. main()