File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,22 +36,22 @@ clj -M:run --help
3636Download the latest JAR from [ GitHub Releases] ( https://github.com/leifericf/noumenon/releases ) :
3737
3838``` bash
39- java -jar noumenon-0.2.0 .jar --help
39+ java -jar noumenon-0.2.1 .jar --help
4040```
4141
4242Build from source if needed:
4343
4444``` bash
4545clj -T:build uber
46- java -jar target/noumenon-0.2.0 .jar --version
46+ java -jar target/noumenon-0.2.1 .jar --version
4747```
4848
4949### Option 3: Use as a Clojure dependency
5050
5151``` clojure
5252{:aliases
5353 {:noumenon
54- {:extra-deps {io.github.leifericf/noumenon {:git/tag " v0.2.0 " :git/sha " 81fc309 " }}
54+ {:extra-deps {io.github.leifericf/noumenon {:git/tag " v0.2.1 " :git/sha " dac5d66 " }}
5555 :main-opts [" -m" " noumenon.main" ]}}}
5656```
5757
@@ -260,7 +260,7 @@ Run Noumenon as an [MCP](https://modelcontextprotocol.io) server so agents can c
260260
261261``` bash
262262clj -M:run serve
263- # or java -jar noumenon-0.2.0 .jar serve
263+ # or java -jar noumenon-0.2.1 .jar serve
264264```
265265
266266### [ Claude Desktop] ( https://claude.ai/download ) config
@@ -272,7 +272,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
272272 "mcpServers" : {
273273 "noumenon" : {
274274 "command" : " java" ,
275- "args" : [" -jar" , " /path/to/noumenon-0.2.0 .jar" , " serve" ]
275+ "args" : [" -jar" , " /path/to/noumenon-0.2.1 .jar" , " serve" ]
276276 }
277277 }
278278}
Original file line number Diff line number Diff line change 1- {:version " 0.2.0 " }
1+ {:version " 0.2.1 " }
You can’t perform that action at this time.
0 commit comments