16 lines
175 B
KDL
16 lines
175 B
KDL
command "/Users/you/.cargo/bin/insikt-mcp"
|
|
args "--http" "--port" "8421"
|
|
port 8421
|
|
|
|
env {
|
|
RUST_LOG "info"
|
|
}
|
|
|
|
restart {
|
|
policy "on-failure"
|
|
}
|
|
|
|
stop {
|
|
grace "10s"
|
|
}
|