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 c39b5ef commit 7703ebaCopy full SHA for 7703eba
src/tools/actor.ts
@@ -150,6 +150,7 @@ export async function getActorsAsTools(
150
// Actorized MCP servers
151
const actorsMCPServers: string[] = [];
152
for (const actorID of actors) {
153
+ // TODO: rework, we are fetching actor definition from API twice - in the getMCPServerTools
154
if (await isActorMCPServer(actorID, apifyToken)) {
155
actorsMCPServers.push(actorID);
156
}
0 commit comments