Skip to content

Commit 92f7f10

Browse files
committed
eca: update config
1 parent 0e8d751 commit 92f7f10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.config/eca/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"customTools": {
6969
"clj-nrepl-eval": {
7070
"description": "${file:tools/clj-nrepl-eval.md}",
71-
"command": "/home/greg/.local/bin/clj-nrepl-eval -p $(cat .nrepl-port) $'{{code}}'",
71+
"command": "read -r -d '' CLJ_PAYLOAD << 'Mjz9q5s8' || true\n{{code}}\nMjz9q5s8\n/home/greg/.local/bin/clj-nrepl-eval -p $(cat .nrepl-port) \"$CLJ_PAYLOAD\"",
7272
"schema": {
7373
"properties": {
7474
"code": {
@@ -116,9 +116,9 @@
116116
// "miro": {
117117
// "url": "https://mcp.miro.com/"
118118
// }
119-
"atlasian-http": {
120-
"url": "https://mcp.atlassian.com/v1/sse"
121-
}
119+
// "atlasian-http": {
120+
// "url": "https://mcp.atlassian.com/v1/sse"
121+
// }
122122
// "hugging": {
123123
// "url": "https://huggingface.co/mcp"
124124
// }

0 commit comments

Comments
 (0)