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 6f9f696 commit 46af5b5Copy full SHA for 46af5b5
src/clojure_mcp/tools/form_edit/pipeline.clj
@@ -267,7 +267,7 @@
267
(if (= form-type "comment")
268
{::error true
269
::message (str "Form type 'comment' is not supported for definition editing. "
270
- "Please use 'clojure_edit_replace_comment_block' for editing comment blocks.")}
+ "Please use 'form_edit' for editing comment blocks.")}
271
ctx)))
272
273
(defn format-similar-matches
0 commit comments