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
returnbuildMCPResponse([`MCP server Actors are not supported in Skyfire mode. Please use a regular Apify token without Skyfire.`]);
389
+
returnbuildMCPResponse([
390
+
`This Actor (${actorName}) is an MCP server and cannot be accessed using a Skyfire token. To use this Actor, please provide a valid Apify token instead of a Skyfire token.`,
content: [{type: 'text',text: `Actor information for '${parsed.actor}' was not found. Please check the Actor ID or name and ensure the Actor exists.`}],
40
-
};
39
+
consttexts=[`Actor information for '${parsed.actor}' was not found.
40
+
Please verify Actor ID or name format and ensure that the Actor exists.
41
+
You can search for available Actors using the tool: ${HelperTools.STORE_SEARCH}.`,
text: `No results found for the query "${query}" with limit ${parsed.limit} and offset ${parsed.offset}. Try a different query or adjust the limit and offset.`,
67
-
}],
68
-
};
64
+
returnbuildMCPResponse([`No results found for the query "${query}" with limit ${parsed.limit} and offset ${parsed.offset}.
65
+
Please try a different query with different keywords, or adjust the limit and offset parameters.
66
+
You can also try using more specific or alternative keywords related to your search topic.`]);
69
67
}
70
68
71
69
consttextContent=`You can use the Apify docs fetch tool to retrieve the full content of a document by its URL. The document fragment refers to the section of the content containing the relevant part for the search result item.
0 commit comments