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.

13 lines 294 B
export const deleteRedditPost = { name: "delete_reddit_post", description: "Deletes a post from Reddit", inputSchema: { type: "object", properties: {}, }, _meta: { hidden: true, ignore: true, }, }; //# sourceMappingURL=delete-draft.js.map