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) • 314 B
TypeScript
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export declare const sendComment: Tool;
export declare const sendCommentSuccessMessage = "Successfully sent the comment. The comment has been posted and should be visible in the thread. Would you like to view the updated thread or send another comment?";