Skip to content

Commit 92fdc62

Browse files
Merge pull request modelcontextprotocol#191 from modelcontextprotocol/jerome/fix/remove-unnecessary-parens
Removed unnecessary parenthesised statement
2 parents 78282fa + 42bad13 commit 92fdc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this tutorial, we'll build a simple MCP weather server and connect it to a ho
77

88
### What we'll be building
99

10-
Many LLMs (including Claude) do not currently have the ability to fetch the forecast and severe weather alerts. Let's use MCP to solve that!
10+
Many LLMs do not currently have the ability to fetch the forecast and severe weather alerts. Let's use MCP to solve that!
1111

1212
We'll build a server that exposes two tools: `get-alerts` and `get-forecast`. Then we'll connect the server to an MCP host (in this case, Claude for Desktop):
1313

0 commit comments

Comments
 (0)