Skip to content

Commit 4e0760d

Browse files
committed
Add note about circe
1 parent 3eda149 commit 4e0760d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.cursor/mcp.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ project/metals.sbt
1515
*.swp
1616
*.swo
1717
.bsp
18+
.cursor
1819

1920
# OS
2021
.DS_Store
21-
Thumbs.db
22+
Thumbs.db

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ All requests and responses use JSON-RPC 2.0. Tool input schemas are described us
7676

7777
---
7878

79+
## Dependencies
80+
81+
Chimp uses the [circe](https://github.com/circe/circe) JSON library, to decode the incoming input, as well as handle
82+
JSON-RPC envelopes (both for responses and requests).
83+
84+
---
85+
7986
## Contributing
8087

8188
Contributions are welcome! Please open issues or pull requests.

0 commit comments

Comments
 (0)