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.
6 lines (5 loc) • 417 B
TypeScript
export declare function sendOperationNotification(operation: string, message: string): Promise<void>;
export declare function sendJsonResultNotification(message: string): Promise<void>;
export declare function sendSamplingCompleteNotification(message: string): Promise<void>;
export declare function sendRedditConfigNotification(message: string): Promise<void>;
export declare function updateBlocks(): Promise<void>;