Skip to content

Commit 2cb14bc

Browse files
author
Bruce Hauman
committed
update tag to include latest changes
1 parent 0cccd65 commit 2cb14bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Add `clojure-mcp` as an alias in your `~/.clojure/deps.edn`:
291291
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
292292
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
293293
:git/tag "v0.1.9-alpha"
294-
:git/sha "ef212ed"}}
294+
:git/sha "e3e0e9b"}}
295295
:exec-fn clojure-mcp.main/start-mcp-server
296296
:exec-args {:port 7888}}}}
297297
```
@@ -713,7 +713,7 @@ being sure to set the port (your nrepl port), shadow port, and shadow build as n
713713
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
714714
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
715715
:git/tag "v0.1.9-alpha"
716-
:git/sha "ef212ed"}}
716+
:git/sha "e3e0e9b"}}
717717
:exec-fn clojure-mcp.main-examples.shadow-main/start-mcp-server
718718
:exec-args {:port 7888 :shadow-port 7889 :shadow-build "app"}}}}
719719
```
@@ -1124,7 +1124,7 @@ In order to generate the code index, you will need to set up an alias for this p
11241124
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
11251125
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
11261126
:git/tag "v0.1.9-alpha"
1127-
:git/sha "ef212ed"}}
1127+
:git/sha "e3e0e9b"}}
11281128
:exec-fn clojure-mcp.code-indexer/map-project
11291129
:exec-args {}}}}
11301130
```

0 commit comments

Comments
 (0)