UNPKG

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.

6 lines 386 B
export { handleCreateRedditPostCallback } from "./create-post.js"; export { handleCreateRedditCommentCallback } from "./create-comment.js"; export { handleAnalyseSubredditCallback } from "./analyse-subreddit.js"; export { handleSuggestActionCallback } from "./suggest-action.js"; export { handleCreateRedditMessageCallback } from "./create-message.js"; //# sourceMappingURL=index.js.map