mcp-discord/src/tools
Barry Yip 56faf1ad85 Modularize tool list and handlers
Modularize tool list and handlers for better maintainability

- Move tool list to separate toolList.ts file
- Split handlers into functional modules (channel, reactions, webhooks)
- Optimize import structure and switch statement in index.ts
- Maintain same functionality with improved code organization
2025-05-02 16:23:44 +08:00
..
channel.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
forum.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
login.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
reactions.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
send-message.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
tools.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
types.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00
webhooks.ts Modularize tool list and handlers 2025-05-02 16:23:44 +08:00