We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8d751 commit 92f7f10Copy full SHA for 92f7f10
.config/eca/config.json
@@ -68,7 +68,7 @@
68
"customTools": {
69
"clj-nrepl-eval": {
70
"description": "${file:tools/clj-nrepl-eval.md}",
71
- "command": "/home/greg/.local/bin/clj-nrepl-eval -p $(cat .nrepl-port) $'{{code}}'",
+ "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\"",
72
"schema": {
73
"properties": {
74
"code": {
@@ -116,9 +116,9 @@
116
// "miro": {
117
// "url": "https://mcp.miro.com/"
118
// }
119
- "atlasian-http": {
120
- "url": "https://mcp.atlassian.com/v1/sse"
121
- }
+ // "atlasian-http": {
+ // "url": "https://mcp.atlassian.com/v1/sse"
+ // }
122
// "hugging": {
123
// "url": "https://huggingface.co/mcp"
124
0 commit comments