You have no idea how much I love clojure-mcp.
This is a common interaction between Claude and I:

I.e., I mention a namespace such as co.company.hello-world and it tries to search for a file named hello-world.clj. Ie., it doesn't understand how to convert namespaces to files.
Would it be an idea to give it a tool which just redirects to read file etc., but does the namespace conversion for it?
You have no idea how much I love
clojure-mcp.This is a common interaction between Claude and I:
I.e., I mention a namespace such as
co.company.hello-worldand it tries to search for a file namedhello-world.clj. Ie., it doesn't understand how to convert namespaces to files.Would it be an idea to give it a tool which just redirects to
read fileetc., but does the namespace conversion for it?