Skip to content

Commit a50f80b

Browse files
update mcp-client-boot-starter-docs.adoc (#2624)
Signed-off-by: jonghoonpark <dev@jonghoonpark.com>
1 parent 2517ca8 commit a50f80b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ public class CustomMcpSyncClientCustomizer implements McpSyncClientCustomizer {
245245
@Override
246246
public void customize(String serverConfigurationName, McpClient.SyncSpec spec) {
247247
248-
// Customize the request configuration
248+
// Customize the request timeout configuration
249249
spec.requestTimeout(Duration.ofSeconds(30));
250250
251-
// Sets the root URIs that the server connecto this client can access.
251+
// Sets the root URIs that this client can access.
252252
spec.roots(roots);
253253
254254
// Sets a custom sampling handler for processing message creation requests.
@@ -298,7 +298,7 @@ public class CustomMcpAsyncClientCustomizer implements McpAsyncClientCustomizer
298298
}
299299
----
300300
======
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.
301+
The `serverConfigurationName` parameter is the name of the server configuration that the customizer is being applied to and 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

@@ -384,9 +384,9 @@ spring:
384384

385385
== Example Applications
386386

387-
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/web-search/brave-chatbot[Brave Wet Search Chatbot] - A chatbot that uses the Model Context Protocol to interact with a web search server.
388-
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/client-starter/starter-default-client[Default MCP Client Starter] - A simple example of using the the default `spring-ai-starter-mcp-client` MCP Client Boot Starter.
389-
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/client-starter/starter-webflux-client[WebFlux MCP Client Starter] - A simple example of using the `spring-ai-starter-mcp-client-webflux` the MCP Client Boot Starter.
387+
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/web-search/brave-chatbot[Brave Web Search Chatbot] - A chatbot that uses the Model Context Protocol to interact with a web search server.
388+
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/client-starter/starter-default-client[Default MCP Client Starter] - A simple example of using the default `spring-ai-starter-mcp-client` MCP Client Boot Starter.
389+
- link:https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/client-starter/starter-webflux-client[WebFlux MCP Client Starter] - A simple example of using the `spring-ai-starter-mcp-client-webflux` MCP Client Boot Starter.
390390

391391
== Additional Resources
392392

0 commit comments

Comments
 (0)