From cd24c84227f903af1233b7d4936dc8d9e5e7b33e Mon Sep 17 00:00:00 2001 From: guanxu <1510424541@qq.com> Date: Tue, 4 Nov 2025 10:02:29 +0800 Subject: [PATCH 1/2] docs: revise the documentation problems Signed-off-by: guanxu <1510424541@qq.com> --- .../ROOT/pages/api/mcp/mcp-annotations-examples.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-examples.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-examples.adoc index a623f9d230c..52660fa93ff 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-examples.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-examples.adoc @@ -91,8 +91,10 @@ spring: type: SYNC protocol: SSE # or STDIO, STREAMABLE capabilities: - tools: true - logging: true + tool: true + resource: true + prompt: true + completion: true ---- === Document Processing Server @@ -212,8 +214,6 @@ public class McpClientApplication { public static void main(String[] args) { SpringApplication.run(McpClientApplication.class, args); } - - } @Component From d7698c0794357f9bcf7f46ba331cb0f805ecd256 Mon Sep 17 00:00:00 2001 From: guanxu <1510424541@qq.com> Date: Tue, 4 Nov 2025 14:19:17 +0800 Subject: [PATCH 2/2] docs: remove wrong words Signed-off-by: guanxu <1510424541@qq.com> --- .../ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc index b9bbdd25561..b6a060ec050 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-client-boot-starter-docs.adoc @@ -667,7 +667,7 @@ If no custom converter bean is provided, the default converter is used automatic The MCP ToolCallback auto-configuration is enabled by default, but can be disabled with the `spring.ai.mcp.client.toolcallback.enabled=false` property. When disabled, no `ToolCallbackProvider` bean is created from the available MCP tools. -bsafdsa + == MCP Client Annotations The MCP Client Boot Starter automatically detects and registers annotated methods for handling various MCP client operations: