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 9c03bb1 commit 89c4443Copy full SHA for 89c4443
framework/fel/java/plugins/tool-mcp-test/src/main/java/modelengine/fel/tool/mcp/test/TestController.java
@@ -15,7 +15,6 @@
15
import modelengine.fit.http.annotation.RequestMapping;
16
import modelengine.fit.http.annotation.RequestQuery;
17
import modelengine.fitframework.annotation.Component;
18
-import modelengine.fitframework.log.Logger;
19
20
import java.io.IOException;
21
import java.util.List;
@@ -31,8 +30,6 @@
31
30
@Component
32
@RequestMapping(path = "/mcp-test")
33
public class TestController {
34
- private static final Logger log = Logger.get(TestController.class);
35
-
36
private final McpClientFactory mcpClientFactory;
37
private McpClient client;
38
0 commit comments