Update mcp-client-boot-starter-docs.adoc
Signed-off-by: MagicalConch <37917403+git102347501@users.noreply.github.com>
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
690d242c22
commit
cdac6ee42f
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user