We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c2c14 commit 4b8eacbCopy full SHA for 4b8eacb
deps.edn
@@ -74,7 +74,11 @@
74
:extra-paths ["dev" "test"]
75
:exec-fn clojure-mcp.main/start-mcp-server
76
;; it needs an nrepl port to talk to
77
- :exec-args {:port 7888}}
+ :exec-args {:port 7888
78
+ ;; test auto starting the repl
79
+ ;; :start-nrepl-cmd ["clojure" "-M:nrepl"]
80
+ ;; :parse-nrepl-port true
81
+ }}
82
83
;; DEV setup needs logback.xml
84
:dev-mcp-figwheel
0 commit comments