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) 173 B
import { ToolHandler } from "./types.js"; export declare const handleCreateRedditMessage: ToolHandler<{ recipient: string; subject: string; content: string; }>;