UNPKG

@chinchillaenterprises/mcp-discord

Version:

Modular Discord MCP server with 45+ tools for comprehensive server management, featuring clean architecture and discord_ prefixed tools

12 lines 552 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; import { BulkDeleteMessagesArgs } from "../../schemas/messaging.js"; import { ServiceContainer } from "../../services/service-container.js"; export declare const toolDefinition: Tool; export declare const handler: (args: BulkDeleteMessagesArgs, services: ServiceContainer) => Promise<{ content: { type: string; text: string; }[]; }>; export { BulkDeleteMessagesArgsSchema as schema } from "../../schemas/messaging.js"; //# sourceMappingURL=bulk-delete-messages.d.ts.map