arcade-mcp/worker.toml
2025-03-13 09:02:36 -07:00

14 lines
255 B
TOML

### Worker 1
[[worker]]
[worker.config]
id = "worker-1"
enabled = true
timeout = 10
retries = 3
secret = "test-secret"
[worker.pypi_source]
packages = ["arcade-slack", "arcade-x", "arcade-github"]
[worker.local_source]
packages = ["./toolkits/spotify"]