Skip to content

Commit eae3a2a

Browse files
wandile-gimTheovanKraay
authored andcommitted
Update mcp-client-boot-starter-docs.adoc (spring-projects#2577)
wrong spelling check serverConfiurationName -> serverConfigurationName Signed-off-by: Wandile <[email protected]> Signed-off-by: Theo van Kraay <[email protected]>
1 parent 478fd5f commit eae3a2a

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)