You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Failed to fetch robots.txt {robot_txt_url} due to a connection issue",
84
+
code=INTERNAL_ERROR,
85
+
message=f"Failed to fetch robots.txt {robot_txt_url} due to a connection issue",
86
86
))
87
87
ifresponse.status_codein (401, 403):
88
88
raiseMcpError(ErrorData(
89
-
INTERNAL_ERROR,
90
-
f"When fetching robots.txt ({robot_txt_url}), received status {response.status_code} so assuming that autonomous fetching is not allowed, the user can try manually fetching by using the fetch prompt",
89
+
code=INTERNAL_ERROR,
90
+
message=f"When fetching robots.txt ({robot_txt_url}), received status {response.status_code} so assuming that autonomous fetching is not allowed, the user can try manually fetching by using the fetch prompt",
0 commit comments