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 690d242 commit cdac6eeCopy full SHA for cdac6ee
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc
@@ -233,7 +233,7 @@ Sync::
233
@Component
234
public class CustomMcpSyncClientCustomizer implements McpSyncClientCustomizer {
235
@Override
236
- public void customize(String serverConfiurationName, McpClient.SyncSpec spec) {
+ public void customize(String serverConfigurationName, McpClient.SyncSpec spec) {
237
238
// Customize the request configuration
239
spec.requestTimeout(Duration.ofSeconds(30));
0 commit comments