Skip to content

Commit 510ae22

Browse files
authored
Update mcp-client-boot-starter-docs.adoc (#2577)
wrong spelling check serverConfiurationName -> serverConfigurationName Signed-off-by: Wandile <64791173+wandile-gim@users.noreply.github.com>
1 parent 24fb447 commit 510ae22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,14 @@ Async::
291291
@Component
292292
public class CustomMcpAsyncClientCustomizer implements McpAsyncClientCustomizer {
293293
@Override
294-
public void customize(String serverConfiurationName, McpClient.AsyncSpec spec) {
294+
public void customize(String serverConfigurationName, McpClient.AsyncSpec spec) {
295295
// Customize the async client configuration
296296
spec.requestTimeout(Duration.ofSeconds(30));
297297
}
298298
}
299299
----
300300
======
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.
302302

303303
The MCP client auto-configuration automatically detects and applies any customizers found in the application context.
304304

0 commit comments

Comments
 (0)