File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Bump MCP java sdk to 0.13.1
6+
57## 0.57.0
68
79- Greatly reduce token consuming of ` eca_directory_tree `
Original file line number Diff line number Diff line change 33 org.clojure/core.async {:mvn/version " 1.8.741" }
44 org.babashka/cli {:mvn/version " 0.8.65" }
55 com.github.clojure-lsp/jsonrpc4clj {:mvn/version " 1.0.2" }
6- io.modelcontextprotocol.sdk/mcp {:mvn/version " 0.12 .1" }
6+ io.modelcontextprotocol.sdk/mcp {:mvn/version " 0.13 .1" }
77 borkdude/dynaload {:mvn/version " 0.3.5" }
88 babashka/fs {:mvn/version " 0.5.26" }
99 babashka/process {:mvn/version " 0.6.23" }
Original file line number Diff line number Diff line change 1010 [com.fasterxml.jackson.databind ObjectMapper]
1111 [io.modelcontextprotocol.client McpClient McpSyncClient]
1212 [io.modelcontextprotocol.client.transport HttpClientStreamableHttpTransport ServerParameters StdioClientTransport]
13+ [io.modelcontextprotocol.json McpJsonMapper]
1314 [io.modelcontextprotocol.spec
1415 McpSchema$CallToolRequest
1516 McpSchema$CallToolResult
7475 :uri
7576 shared/uri->filename)
7677 (config/get-property " user.home" ))]
77- (proxy [StdioClientTransport] [(.build b)]
78+ (proxy [StdioClientTransport] [(.build b) ( McpJsonMapper/getDefault ) ]
7879 (getProcessBuilder [] (-> (ProcessBuilder. ^List pb-init-args)
7980 (.directory (io/file work-dir))))))))
8081
You can’t perform that action at this time.
0 commit comments