Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -212,8 +214,6 @@ public class McpClientApplication {
public static void main(String[] args) {
SpringApplication.run(McpClientApplication.class, args);
}


}

@Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down