File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 [io.modelcontextprotocol.client.transport HttpClientStreamableHttpTransport ServerParameters StdioClientTransport]
1313 [io.modelcontextprotocol.spec
1414 McpSchema$CallToolRequest
15+ McpSchema$CallToolResult
1516 McpSchema$ClientCapabilities
1617 McpSchema$Content
1718 McpSchema$GetPromptRequest
225226 client)))
226227 first)
227228 ; ; Synchronize on the client to prevent concurrent tool calls to the same MCP server
228- result (locking mcp-client
229- (.callTool ^McpSyncClient mcp-client
230- (McpSchema$CallToolRequest. name arguments)))]
229+ ^McpSchema$CallToolResult result (locking mcp-client
230+ (.callTool ^McpSyncClient mcp-client
231+ (McpSchema$CallToolRequest. name arguments)))]
231232 {:error (.isError result)
232233 :contents (mapv ->content (.content result))}))
233234
You can’t perform that action at this time.
0 commit comments