Skip to content

Commit 0cccd65

Browse files
author
Bruce Hauman
committed
adding :parse-nrepl-port and :start-nrepl-cmd the schema
1 parent 2df7241 commit 0cccd65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clojure_mcp/config/schema.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@
262262
[:cljfmt {:optional true} :boolean]
263263
[:bash-over-nrepl {:optional true} :boolean]
264264
[:nrepl-env-type {:optional true} [:enum :clj :bb :basilisp :scittle]]
265+
[:start-nrepl-cmd {:optional true} [:sequential NonBlankString]]
266+
[:parse-nrepl-port {:optional true} :boolean]
265267

266268
;; Scratch pad configuration
267269
[:scratch-pad-load {:optional true} :boolean]

0 commit comments

Comments
 (0)