UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

8 lines 199 B
import { latestNewsOnTopicPrompt } from './latest-news-on-topic.js'; /** * List of all enabled prompts. */ export const prompts = [ latestNewsOnTopicPrompt, ]; //# sourceMappingURL=index.js.map