I'm having trouble starting up the mcp. The mcp dependency was bumped to 0.17.2 but the code wasn't updated to use the new constructor.
io.modelcontextprotocol.sdk/mcp {:mvn/version "0.17.2"}
There's a constructor mismatch with McpSchema$Tool. HEAD is broken with its own declared 0.17.2 dependency — the clojure-mcp code at core.clj:92 calls constructors that changed between SDK versions.
I'm having trouble starting up the mcp. The mcp dependency was bumped to 0.17.2 but the code wasn't updated to use the new constructor.
There's a constructor mismatch with McpSchema$Tool. HEAD is broken with its own declared 0.17.2 dependency — the clojure-mcp code at core.clj:92 calls constructors that changed between SDK versions.