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: auto-configurations/mcp/spring-ai-autoconfigure-mcp-client-common/src/main/java/org/springframework/ai/mcp/client/common/autoconfigure/McpToolCallbackAutoConfiguration.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ public class McpToolCallbackAutoConfiguration {
50
50
* <p>
51
51
* These callbacks enable integration with Spring AI's tool execution framework,
52
52
* allowing MCP tools to be used as part of AI interactions.
53
+
* @param syncClientsToolFilter list of {@link McpSyncClientBiPredicate}s for the sync
54
+
* client to filter the discovered tools
53
55
* @param syncMcpClients provider of MCP sync clients
54
56
* @return list of tool callbacks for MCP integration
0 commit comments