init MCP server

This commit is contained in:
Travis Shears 2026-02-28 19:47:00 +01:00
parent fff03fa0d5
commit 8ea0eee299
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
11 changed files with 253 additions and 21 deletions

View file

@ -1,9 +0,0 @@
(ns cli-cms.config
(:require
[babashka.fs :as fs]
[clojure.string :as str]))
(def config
(let [project-root (str/join "/" (drop-last 3 (fs/components *file*)))
config-file-path (format "/%s/config.edn" project-root)]
(read-string (slurp config-file-path))))