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: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -291,14 +291,14 @@ Async::
291
291
@Component
292
292
public class CustomMcpAsyncClientCustomizer implements McpAsyncClientCustomizer {
293
293
@Override
294
-
public void customize(String serverConfiurationName, McpClient.AsyncSpec spec) {
294
+
public void customize(String serverConfigurationName, McpClient.AsyncSpec spec) {
295
295
// Customize the async client configuration
296
296
spec.requestTimeout(Duration.ofSeconds(30));
297
297
}
298
298
}
299
299
----
300
300
======
301
-
The `serverConfiurationName` parameter is the name of the server configuration that the customizer is being applied to and the the MCP Client is created for.
301
+
The `serverConfigurationName` parameter is the name of the server configuration that the customizer is being applied to and the the MCP Client is created for.
302
302
303
303
The MCP client auto-configuration automatically detects and applies any customizers found in the application context.
0 commit comments