Skip to content

Commit 7703eba

Browse files
committed
Add TODO comment for reworking actor definition fetch logic
1 parent c39b5ef commit 7703eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/actor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export async function getActorsAsTools(
150150
// Actorized MCP servers
151151
const actorsMCPServers: string[] = [];
152152
for (const actorID of actors) {
153+
// TODO: rework, we are fetching actor definition from API twice - in the getMCPServerTools
153154
if (await isActorMCPServer(actorID, apifyToken)) {
154155
actorsMCPServers.push(actorID);
155156
}

0 commit comments

Comments
 (0)