Skip to content

Commit 4b8eacb

Browse files
author
Bruce Hauman
committed
small deps.edn change
1 parent e0c2c14 commit 4b8eacb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deps.edn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@
7474
:extra-paths ["dev" "test"]
7575
:exec-fn clojure-mcp.main/start-mcp-server
7676
;; it needs an nrepl port to talk to
77-
:exec-args {:port 7888}}
77+
:exec-args {:port 7888
78+
;; test auto starting the repl
79+
;; :start-nrepl-cmd ["clojure" "-M:nrepl"]
80+
;; :parse-nrepl-port true
81+
}}
7882

7983
;; DEV setup needs logback.xml
8084
:dev-mcp-figwheel

0 commit comments

Comments
 (0)