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 6af00f7 commit e97ed09Copy full SHA for e97ed09
src/eca/features/mcp.clj
@@ -21,10 +21,11 @@
21
22
(def ^:private logger-tag "[MCP]")
23
24
-(defn ^:private ->transport ^McpTransport [{:keys [command args]}]
+(defn ^:private ->transport ^McpTransport [{:keys [command args env]}]
25
(StdioClientTransport.
26
(-> (ServerParameters/builder ^String command)
27
(.args ^List args)
28
+ (.env (update-keys env name))
29
(.build))))
30
31
(defn ^:private ->client ^McpSyncClient [transport config]
0 commit comments