Skip to content

Commit f81db88

Browse files
author
Bruce Hauman
committed
Update README with v0.1.10-alpha version references
1 parent 8bd96c3 commit f81db88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ Add `clojure-mcp` as an alias in your `~/.clojure/deps.edn`:
290290
{:mcp
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"
293-
:git/tag "v0.1.9-alpha"
294-
:git/sha "e3e0e9b"}}
293+
:git/tag "v0.1.10-alpha"
294+
:git/sha "8bd96c3"}}
295295
:exec-fn clojure-mcp.main/start-mcp-server
296296
:exec-args {:port 7888}}}}
297297
```
@@ -712,8 +712,8 @@ being sure to set the port (your nrepl port), shadow port, and shadow build as n
712712
{:mcp-shadow-dual
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"
715-
:git/tag "v0.1.9-alpha"
716-
:git/sha "e3e0e9b"}}
715+
:git/tag "v0.1.10-alpha"
716+
:git/sha "8bd96c3"}}
717717
:exec-fn clojure-mcp.main-examples.shadow-main/start-mcp-server
718718
:exec-args {:port 7888 :shadow-port 7889 :shadow-build "app"}}}}
719719
```
@@ -1122,8 +1122,8 @@ In order to generate the code index, you will need to set up an alias for this p
11221122
{:index
11231123
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
11241124
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
1125-
:git/tag "v0.1.9-alpha"
1126-
:git/sha "e3e0e9b"}}
1125+
:git/tag "v0.1.10-alpha"
1126+
:git/sha "8bd96c3"}}
11271127
:exec-fn clojure-mcp.code-indexer/map-project
11281128
:exec-args {}}}}
11291129
```

0 commit comments

Comments
 (0)