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.

3 lines (2 loc) 153 B
import { ToolHandler, CreateRedditCommentArgs } from "./types.js"; export declare const handleCreateRedditComment: ToolHandler<CreateRedditCommentArgs>;