Skip to content

Commit c6cb3bb

Browse files
Merge pull request modelcontextprotocol#815 from BigStupideer/patch-1
Fix missing parenthesis in documentation
2 parents 7dedce6 + c272ae9 commit c6cb3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ public class WeatherService {
896896

897897
@Tool(description = "Get weather alerts for a US state")
898898
public String getAlerts(
899-
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)" String state
899+
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)") String state
900900
) {
901901
// Returns active alerts including:
902902
// - Event type

0 commit comments

Comments
 (0)