We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eaf9a commit eac2e81Copy full SHA for eac2e81
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-server.adoc
@@ -31,7 +31,7 @@ public class CalculatorTools {
31
----
32
@McpTool(name = "calculate-area",
33
description = "Calculate the area of a rectangle",
34
- annotations = @McpTool.McpAnnotations(
+ annotations = McpTool.McpAnnotations(
35
title = "Rectangle Area Calculator",
36
readOnlyHint = true,
37
destructiveHint = false,
0 commit comments