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
exportconstSKYFIRE_TOOL_INSTRUCTIONS=`To run the Actor, you need to provide a Skyfire payment ID in the \`skyfire-pay-id\` input property. You first need to create the Skyfire PAY token by calling the \`create-pay-token\` tool from the Skyfire MCP server and then provide the created token in the \`skyfire-pay-id\` input property when calling Actor tool. The Skyfire PAY token is used for billing purposes and needs to be charged with at least ${SKYFIRE_MIN_CHARGE_USD} USD.${SKYFIRE_SELLER_ID ? ` The Skyfire seller ID for Apify MCP server is "${SKYFIRE_SELLER_ID}".` : ''} When retrieving Actor output using the \`get-actor-output\` tool, you also need to provide the same Skyfire PAY token ID in the \`skyfire-pay-id\` input property.`;
63
63
64
-
exportconstSKYFIRE_PAY_ID_PROPERTY_DESCRIPTION=`Skyfire PAY token ID used for billing purposes.`;
64
+
exportconstSKYFIRE_ACTOR_SEARCH_INSTRUCTIONS=`To search for Actors, you need to provide valid Skyfire KYA token for identification in the \`skyfire-pay-id\` input property. You first need to create the Skyfire token by calling the \`create-kya-token\` tool from the Skyfire MCP server.${SKYFIRE_SELLER_ID ? ` The Skyfire seller ID for Apify MCP server is "${SKYFIRE_SELLER_ID}".` : ''} Alternatively you can provide PAY or KYA+PAY token instead.`;
65
+
66
+
exportconstSKYFIRE_PAY_ID_PROPERTY_DESCRIPTION=`Skyfire PAY, KYA, KYA+PAY token ID used for authentication and billing purposes.`;
65
67
66
68
exportconstSKYFIRE_README_CONTENT=`The Apify MCP Server allows clients to interact with Apify Actors, storage, and documentation. Before running any Apify Actor, you need to set up a Skyfire PAY token for billing purposes. To set up the PAY token you need to use the create-pay-token tool from the Skyfire MCP server. The PAY token must be charged with a minimum of ${SKYFIRE_MIN_CHARGE_USD} USD to be valid.${SKYFIRE_SELLER_ID ? ` The Skyfire seller ID for Apify MCP server is "${SKYFIRE_SELLER_ID}".` : ''} When running an Actor using the call-actor tool, you must provide the Skyfire PAY token ID in the \`skyfire-pay-id\` input property. Similarly, when retrieving Actor output using the get-actor-output tool, you must also provide the same Skyfire PAY token ID in the \`skyfire-pay-id\` input property.`;
0 commit comments