modules = ["python-3.10", "bash"] [nix] channel = "stable-24_05" packages = ["libxcrypt"] [workflows] runButton = "Run MCP Demo" [[workflows.workflow]] name = "Run Tests" author = 13983571 mode = "sequential" [[workflows.workflow.tasks]] task = "shell.exec" args = "python -m unittest tests/test_basic_example.py -v"