Skip to content

Commit eac2e81

Browse files
authored
Correct class reference (#4466)
Signed-off-by: James Ward <james@jamesward.com>
1 parent 53eaf9a commit eac2e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class CalculatorTools {
3131
----
3232
@McpTool(name = "calculate-area",
3333
description = "Calculate the area of a rectangle",
34-
annotations = @McpTool.McpAnnotations(
34+
annotations = McpTool.McpAnnotations(
3535
title = "Rectangle Area Calculator",
3636
readOnlyHint = true,
3737
destructiveHint = false,

0 commit comments

Comments
 (0)