UNPKG

mcp-discord-agent-comm

Version:

An MCP server enabling async communication between AI agents and users via Discord - perfect for long-running tasks requiring remote interaction

9 lines (8 loc) 285 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Client } from "discord.js"; export declare function sendNotificationTool( server: McpServer, discord: Client, defaultChannelId?: string, ): void; //# sourceMappingURL=send-notification.d.ts.map