Skip to content

Commit 977417b

Browse files
committed
docs
1 parent 03b3837 commit 977417b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The trace level can be changed during the life of a server by calling, for examp
181181

182182
### Testing
183183

184-
A client is in many ways like a serverit also sends and receives requests and notifications and receives responses. That is, JSON-RPC is a bi-directional protocol. As such, you may be able to use some of jsonrpc4clj's tools to build a mock client for testing. See `integration.client` in `clojure-lsp` for one such example.
184+
A client is in many ways like a serverit also sends and receives requests and notifications and receives responses. That is, JSON-RPC is a bi-directional protocol. As such, you may be able to use some of jsonrpc4clj's tools to build a mock client for testing. See `integration.client` in `clojure-lsp` or `integration.client` in `eca` for one such example.
185185

186186
You may also find `jsonrpc4clj.server/chan-server` a useful alternative to `stdio-server`. This server reads and writes off channels, instead of stdio streams. See `jsonrpc4clj.server-test` for many examples of interacting with such a server.
187187

@@ -196,6 +196,7 @@ jsonrpc4clj provides one tool to avoid accidental writes to stdout (or rather to
196196
## Known jsonrpc4clj users
197197

198198
- [clojure-lsp](https://clojure-lsp.io/): A Clojure LSP server implementation.
199+
- [eca](https://eca.dev/): AI pair-programming tool for your editor.
199200
- [mcp-clojure-sdk](https://github.com/unravel-team/mcp-clojure-sdk): A Clojure MCP SDK for writing MCP servers.
200201

201202
## Release

0 commit comments

Comments
 (0)