Skip to content

Commit 03d1963

Browse files
author
Bruce Hauman
committed
updating README and changelog for 0.1.9-alpha release
1 parent 83c6997 commit 03d1963

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased] - 0.1.9-alpha
3+
## [0.1.9-alpha] - 2025-9-16
44

55
### Major Refactoring: Configuration-Based Agent Tools
66

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.8-alpha"
294-
:git/sha "457f197"}}
293+
:git/tag "v0.1.9-alpha"
294+
:git/sha "ef212ed"}}
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.8-alpha"
716-
:git/sha "457f197"}}
715+
:git/tag "v0.1.9-alpha"
716+
:git/sha "ef212ed"}}
717717
:exec-fn clojure-mcp.main-examples.shadow-main/start-mcp-server
718718
:exec-args {:port 7888 :shadow-port 7889 :shadow-build "app"}}}}
719719
```
@@ -1098,8 +1098,8 @@ In order to generate the code index, you will need to set up an alias for this p
10981098
{:index
10991099
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
11001100
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
1101-
:git/tag "v0.1.8-alpha"
1102-
:git/sha "457f197"}}
1101+
:git/tag "v0.1.9-alpha"
1102+
:git/sha "ef212ed"}}
11031103
:exec-fn clojure-mcp.code-indexer/map-project
11041104
:exec-args {}}}}
11051105
```

0 commit comments

Comments
 (0)