You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-client/src/main/java/modelengine/fel/tool/mcp/client/support/DefaultMcpClientFactory.java
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-client/src/main/java/modelengine/fel/tool/mcp/client/support/DefaultMcpClientMessageHandler.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ public class DefaultMcpClientMessageHandler {
31
31
* @param notification The {@link McpSchema.LoggingMessageNotification} containing the log level and data.
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-client/src/main/java/modelengine/fel/tool/mcp/client/support/DefaultMcpStreamableClient.java
+48-43Lines changed: 48 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public DefaultMcpStreamableClient(String baseUri, String sseEndpoint, int reques
58
58
this.clientId = UUID.randomUUID().toString();
59
59
notBlank(baseUri, "The MCP server base URI cannot be blank.");
60
60
notBlank(sseEndpoint, "The MCP server SSE endpoint cannot be blank.");
61
-
log.info("Creating MCP client [{}] for server: {}", clientId, baseUri);
Copy file name to clipboardExpand all lines: framework/fel/java/services/tool-mcp-client-service/src/main/java/modelengine/fel/tool/mcp/client/McpClientFactory.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ public interface McpClientFactory {
37
37
* @param loggingConsumer The consumer to handle logging messages from the MCP server.
38
38
* @return The connected {@link McpClient} instance with custom logging consumer but without elicitation ability.
0 commit comments