Skip to content

Commit b16a541

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update server.py
minor fix
1 parent 77e22c5 commit b16a541

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
@@ -47,7 +47,7 @@ def get_robots_txt_url(url: str) -> str:
4747
async def check_may_autonomously_fetch_url(url: str, user_agent: str):
4848
"""
4949
Check if the URL can be fetched by the user agent according to the robots.txt file.
50-
Raises an McpError if not.
50+
Raises a McpError if not.
5151
"""
5252
from httpx import AsyncClient, HTTPError
5353

0 commit comments

Comments
 (0)