docs: README and example KDL config

This commit is contained in:
2026-05-25 12:19:34 +02:00
parent 9d5d8f04a2
commit 0261d58d5d
2 changed files with 41 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
command "/Users/you/.cargo/bin/insikt-mcp"
args "--http" "--port" "8421"
port 8421
env {
RUST_LOG "info"
}
restart {
policy "on-failure"
}
stop {
grace "10s"
}