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.

4 lines (3 loc) 316 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const fetchPost: Tool; export declare const fetchPostSuccessMessage = "The user has fetched a post from Reddit. Read and understand the results, present a summary of the results to the user and ask if they would like to fetch another post.";