Skip to content

Commit e8a0fda

Browse files
committed
Add imports into MCP blog code snippets
1 parent 57e572b commit e8a0fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2025-10-23-mcp-standalone-blog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class BasicTools {
128128
idempotentHint = true,
129129
openWorldHint = false))
130130
public String toolWithAnnotation() {
131-
return "This tool has annotations";
131+
return "This tool has some annotations";
132132
}
133133
134134
}

0 commit comments

Comments
 (0)