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.

9 lines 236 B
export class RedditError extends Error { constructor(message, type, cause) { super(message); this.type = type; this.cause = cause; this.name = "RedditError"; } } //# sourceMappingURL=reddit.js.map