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 2df7241 commit 0cccd65Copy full SHA for 0cccd65
src/clojure_mcp/config/schema.clj
@@ -262,6 +262,8 @@
262
[:cljfmt {:optional true} :boolean]
263
[:bash-over-nrepl {:optional true} :boolean]
264
[: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]
267
268
;; Scratch pad configuration
269
[:scratch-pad-load {:optional true} :boolean]
0 commit comments