ai

2025-10-02T09:37:48.289379Z

Can the bhauman/clojure-mcp push to its client? The use case I'm thinking of is: • I run a nREPL, which has loaded an atom (defonce !prompt (atom "Write a Haiku about a banana; update !outcome with the result")) • Claude desktop has clojure-mcp configured; and I ask it to: "run the contents of !prompt" • And in another, companion repl client:

user=> @!outcome
"Yellow crescent moon\nSoft sweetness wrapped in sunshine\nPeels back joy within"
I mean... that's neat enough. But I'm trying to better engineer this prompt. As I reset! it, I would like Claude to rerun its contents. So: • can clojure-mcp push -- something I'd like to hook in with an add-watch • does claude desktop respond to pushes, even?

2025-10-02T10:04:58.020679Z

I'm taking this to #ai-assisted-coding.