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-server/src/main/java/modelengine/fel/tool/mcp/server/config/McpSseServerConfig.java
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-server/src/main/java/modelengine/fel/tool/mcp/server/config/McpStreamableServerConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
importjava.time.Duration;
19
19
20
20
/**
21
-
* Mcp Server Bean implemented with MCP SDK.
21
+
* MCP Streamable Server Bean implemented with MCP SDK.
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-server/src/main/java/modelengine/fel/tool/mcp/server/support/DefaultMcpServer.java
+10-21Lines changed: 10 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,9 @@ public class DefaultMcpServer implements McpServer, ToolChangedObserver {
49
49
/**
50
50
* Constructs a new instance of the DefaultMcpServer class.
51
51
*
52
-
* @param toolExecuteService The service used to execute tools when handling tool call requests.
53
-
* @throws IllegalArgumentException If {@code toolExecuteService} is null.
52
+
* @param toolExecuteService The service used to execute tools when handling tool call requests
53
+
* @param mcpSyncSseServer The MCP sync server for SSE transport
54
+
* @param mcpSyncStreamableServer The MCP sync server for Streamable transport
Copy file name to clipboardExpand all lines: framework/fel/java/plugins/tool-mcp-server/src/main/java/modelengine/fel/tool/mcp/server/transport/FitMcpSseServerTransportProvider.java
+48-22Lines changed: 48 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,6 @@ public class FitMcpSseServerTransportProvider implements McpServerTransportProvi
0 commit comments