We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e22c5 commit b16a541Copy full SHA for b16a541
src/fetch/src/mcp_server_fetch/server.py
@@ -47,7 +47,7 @@ def get_robots_txt_url(url: str) -> str:
47
async def check_may_autonomously_fetch_url(url: str, user_agent: str):
48
"""
49
Check if the URL can be fetched by the user agent according to the robots.txt file.
50
- Raises an McpError if not.
+ Raises a McpError if not.
51
52
from httpx import AsyncClient, HTTPError
53
0 commit comments