Skip to content

Commit 42bad13

Browse files
Removed unnecessary parenthesised statement
1 parent 78282fa commit 42bad13

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)