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.
4 lines (3 loc) • 425 B
TypeScript
import { handleCreateRedditPostCallback, handleCreateRedditCommentCallback, handleAnalyseSubredditCallback, handleSuggestActionCallback } from "./callbacks/index.js";
export { handleCreateRedditPostCallback, handleCreateRedditCommentCallback, handleAnalyseSubredditCallback, handleSuggestActionCallback, };
export type { GeneratedRedditPost, GeneratedSubredditAnalysis, GeneratedSuggestAction, } from "./callbacks/index.js";