79716815

Date: 2025-07-28 02:00:03
Score: 1.5
Natty:
Report link
@Bean
public ChatClient chatClient(ChatClient.Builder builder,ToolCallbackProvider tools) {
    return builder.defaultSystem(SYSTEM_PROMPT) 
            .defaultTools(tools)
            .build();
}
You can set a breakpoint here,evaluate tools.getToolCallbacks(). then you can see all of the mcp toolenter image description heres from your server
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31144668