Update mcp-client-boot-starter-docs.adoc

Signed-off-by: MagicalConch <37917403+git102347501@users.noreply.github.com>
This commit is contained in:
MagicalConch
2025-03-15 20:12:24 +08:00
committed by Ilayaperumal Gopinathan
parent 690d242c22
commit cdac6ee42f

View File

@@ -233,7 +233,7 @@ Sync::
@Component
public class CustomMcpSyncClientCustomizer implements McpSyncClientCustomizer {
@Override
public void customize(String serverConfiurationName, McpClient.SyncSpec spec) {
public void customize(String serverConfigurationName, McpClient.SyncSpec spec) {
// Customize the request configuration
spec.requestTimeout(Duration.ofSeconds(30));