Skip to content

Commit 6955352

Browse files
authored
Merge pull request #1086 from wilhelmklopp/patch-1
Fix typo in mcp_server_fetch
2 parents d739c00 + 3a1a06e commit 6955352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fetch/src/mcp_server_fetch/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class Fetch(BaseModel):
173173
bool,
174174
Field(
175175
default=False,
176-
description="Get the actual HTML content if the requested page, without simplification.",
176+
description="Get the actual HTML content of the requested page, without simplification.",
177177
),
178178
]
179179

0 commit comments

Comments
 (0)