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.

8 lines (7 loc) 458 B
import { JSONSchema7 } from "json-schema"; export declare const REDDIT_POST_RESPONSE_SCHEMA: JSONSchema7; export declare const REDDIT_COMMENT_RESPONSE_SCHEMA: JSONSchema7; export declare const REDDIT_MESSAGE_RESPONSE_SCHEMA: JSONSchema7; export declare const REDDIT_SUGGEST_ACTION_RESPONSE_SCHEMA: JSONSchema7; export declare const REDDIT_ANALYSE_SUBREDDIT_RESPONSE_SCHEMA: JSONSchema7; export declare const REDDIT_INSTRUCTIONS_RESPONSE_SCHEMA: JSONSchema7;