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.

7 lines (6 loc) 267 B
export * from "./analyse-subreddit.js"; export * from "./create-post.js"; export * from "./suggest-action.js"; export * from "./create-comment.js"; export * from "./create-message.js"; export declare const PROMPTS: import("../../types/sampling.js").SamplingPrompt[];