@chinchillaenterprises/mcp-discord
Version:
Modular Discord MCP server with 45+ tools for comprehensive server management, featuring clean architecture and discord_ prefixed tools
12 lines • 476 B
TypeScript
import { Tool } from "@modelcontextprotocol/sdk/types.js";
import { z } from "zod";
import { ServiceContainer } from "../../services/service-container.js";
export declare const toolDefinition: Tool;
export declare const schema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
export declare const handler: (_args: unknown, services: ServiceContainer) => Promise<{
content: {
type: string;
text: string;
}[];
}>;
//# sourceMappingURL=get-emojis.d.ts.map