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.

34 lines 1 kB
export const serverConfig = { name: "systemprompt-mcp-reddit", version: "1.0.24", metadata: { name: "System Prompt MCP Reddit", description: "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.", icon: "logos:reddit-icon", color: "orange", serverStartTime: Date.now(), environment: process.env.NODE_ENV, customData: { serverFeatures: ["agent", "prompts", "systemprompt"], }, }, }; export const serverCapabilities = { capabilities: { resources: { listChanged: true, }, tools: { listChanged: true, }, prompts: { listChanged: true, }, sampling: {}, logging: {}, _meta: { required: ["configure_instructions"], }, }, }; //# sourceMappingURL=server-config.js.map