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) • 306 B
TypeScript
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export declare const createComment: Tool;
export declare const createRedditCommentSuccessMessage = "The user has successfully created a comment on a Reddit post or comment. Present the comment to the user and congratulate them on their comment.";