We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089d30e commit 2303a3fCopy full SHA for 2303a3f
2 files changed
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fix MCP server auth being invalidated when only URL query parameters change.
6
- Fix MCP HTTP transport using stale auth token instead of reading latest from state, and retry initialization with token refresh on 403/4xx errors.
7
+- Fix MCP initialize request sending server config name as client name instead of "ECA".
8
9
## 0.115.2
10
src/eca/features/tools/mcp.clj
@@ -155,7 +155,7 @@
155
name (count tools)))
156
(on-tools-change tools))
157
client (pmc/make-mcp-client
158
- {:info (pes/make-info name "current")
+ {:info (pes/make-info "ECA" (config/eca-version) "Editor Code Assistant")
159
:client-transport transport
160
:primitives {:roots (mapv #(pcap/make-root-item (:uri %)
161
{:name (:name %)})
0 commit comments