UNPKG

@chinchillaenterprises/mcp-discord

Version:

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

11 lines 419 B
export * from './credential-manager.js'; export * from './account-state.js'; export * from './discord-client.js'; export * from './service-container.js'; import { ServiceContainer } from './service-container.js'; /** * Factory function to create and initialize all services * This follows the pattern from mcp-hubspot */ export declare function createServices(): ServiceContainer; //# sourceMappingURL=index.d.ts.map