@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