systemprompt-mcp-reddit
Version:
A specialized Model Context Protocol (MCP) server that enables you to search, read, and interact with Reddit content, leveraging an AI Agent to help with each operation.
3 lines • 345 B
JavaScript
import { handleCreateRedditPostCallback, handleCreateRedditCommentCallback, handleAnalyseSubredditCallback, handleSuggestActionCallback, } from "./callbacks/index.js";
export { handleCreateRedditPostCallback, handleCreateRedditCommentCallback, handleAnalyseSubredditCallback, handleSuggestActionCallback, };
//# sourceMappingURL=callbacks.js.map