Commit Graph

  • 7b7256b641
    Merge f3506fa77d into 188d3c1738 dependabot[bot] 2026-03-21 09:52:26 -0700
  • f3506fa77d
    chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates dependabot/npm_and_yarn/npm_and_yarn-c032bd398e dependabot[bot] 2026-03-21 16:51:54 +0000
  • 188d3c1738 fix: resolve #27 and refresh README main Barry Yip 2026-03-18 22:18:48 +0800
  • eb522e2c3c
    Merge pull request #26 from WarrenParks/feat/forum-channel-mgmt Barry Yip 2026-03-18 19:44:58 +0800
  • ed42331176 feat: add forum channel creation, channel editing, and forum tag management Warren 2026-03-17 17:15:42 -0400
  • a2890ae1b8
    Merge pull request #25 from btallman/feat/roles-and-permissions Barry Yip 2026-03-17 22:20:52 +0800
  • 1338f99388
    Merge branch 'main' into feat/roles-and-permissions Barry Yip 2026-03-17 22:20:44 +0800
  • 53ed66740e
    Merge pull request #24 from WarrenParks/feat/forum-tags-edit-message Barry Yip 2026-03-17 22:19:59 +0800
  • ef0391f862
    Merge pull request #19 from SootyOwl/refactor/streamline-server Barry Yip 2026-03-17 22:19:39 +0800
  • 5a0c628f35
    Merge branch 'main' into refactor/streamline-server Barry Yip 2026-03-17 22:19:27 +0800
  • f5e6859ff8 feat: add role management, member tools, voice channels, and channel permissions Ben Tallman 2026-03-09 15:20:51 -0700
  • b7e0098987 fix: validate tag names in update_forum_post Claude 2026-02-26 16:02:04 -0500
  • 6b9dde03e9 feat: add forum tags, update forum post, and edit message tools Claude 2026-02-26 15:17:54 -0500
  • 6558290613
    Merge pull request #23 from LiQiuDGG/feature/list-forum-threads Barry Yip 2026-01-13 23:44:08 +0800
  • 8021295cbb feat: add discord_list_forum_threads tool LiQiuDGG 2026-01-13 09:56:37 -0500
  • 154bcce17d
    Merge pull request #22 from robertlestak/streamable-http-handler Barry Yip 2025-12-02 16:30:31 +0800
  • 4c2621717e Fix streamable HTTP transport to use SDK's handleRequest method robertlestak 2025-11-28 10:51:44 -0800
  • 2616fc1a10
    Merge pull request #21 from kiriyms/fix/add-docker-flag-override Barry Yip 2025-11-05 22:50:26 +0800
  • c5db23f330 readme: update Installing via Docker section Kirill Sirotkin 2025-11-04 13:00:09 +0200
  • acc6f5ce96 fix: enable --transport flag override, set stdio as default for docker container Kirill Sirotkin 2025-11-04 12:48:59 +0200
  • 29306ed8f4 fix(app): add missing tools Sooty 2025-10-21 20:50:31 +0100
  • c03f07f6a9 feat(README): add channel category functions Sooty 2025-10-21 20:50:02 +0100
  • 2df48da13b feat(schemas): enhance schemas with descriptions Sooty 2025-10-21 21:02:35 +0100
  • 02a5c47a27 feat(Makefile): add initial Makefile with help and run-inspector targets Sooty 2025-10-21 20:05:15 +0100
  • bf53cc2ef4 chore(deps): update dependencies and scripts Sooty 2025-10-21 20:04:57 +0100
  • a716a963a9 feat(Dockerfile): update entrypoint for MCP server Sooty 2025-10-21 20:04:32 +0100
  • 95cfd6c2cc feat(app): reimplement and streamline MCP server creation Sooty 2025-10-21 20:03:40 +0100
  • 9a7a9d7fea
    Merge pull request #17 from SootyOwl/copilot/add-reply-functionality Barry Yip 2025-10-20 15:45:22 +0800
  • 306f6abe81
    Merge pull request #16 from SootyOwl/feat/add-message-search Barry Yip 2025-10-20 15:45:02 +0800
  • bc5a056ed0 Add reply functionality to discord_send tool copilot-swe-agent[bot] 2025-10-16 17:17:35 +0000
  • 26bacdbefc docs(README): update functionalities and add message search feature Sooty 2025-10-15 16:40:40 +0100
  • cdff846b2a feat(toolList): add enums for message filter options Sooty 2025-10-15 16:38:04 +0100
  • 70c4843d9e feat(server): include content filter in search messages handler Sooty 2025-10-15 16:37:50 +0100
  • 457b1e11f3 feat(schemas): add content filter to SearchMessagesSchema Sooty 2025-10-15 16:29:31 +0100
  • ca68246e9b refactor: move server-related tools from channel.ts to server.ts Sooty 2025-10-15 16:08:04 +0100
  • 470842e396 feat(server): add search messages handler and schema Sooty 2025-10-15 16:03:09 +0100
  • f2fc159fd6 fix(transport): add discord_list_servers tool to StreamableHttpTransport Sooty 2025-10-15 12:53:18 +0100
  • e707f7d646
    Merge pull request #14 from SootyOwl/copilot/add-guild-listing-tool Barry Yip 2025-10-13 17:54:53 +0800
  • 730d79d9b9 Rename tool from discord_list_guilds to discord_list_servers for consistency copilot-swe-agent[bot] 2025-10-13 09:10:32 +0000
  • e813f60835 Update README to document discord_list_guilds tool copilot-swe-agent[bot] 2025-10-11 22:58:46 +0000
  • 9cdafc31c0 Add discord_list_guilds tool to list bot's guild memberships copilot-swe-agent[bot] 2025-10-11 22:54:40 +0000
  • 6310e9dadc Initial analysis complete - planning guild list feature copilot-swe-agent[bot] 2025-10-11 22:52:18 +0000
  • d125c07f6a Initial plan copilot-swe-agent[bot] 2025-10-11 22:49:49 +0000
  • 849c18ca16 feat: enhance message formatting to include structured embed summaries feat/read_messages insleker 2025-09-06 16:29:42 +0800
  • e550b5078b Update README.md and package version tag IAPP-BY 2025-07-10 11:59:32 +0800
  • 06aa6ecca1 Update docker-publish.yml IAPP-BY 2025-07-10 11:50:11 +0800
  • 6ed5adbc7e feat: add automated Docker build and push workflow IAPP-BY 2025-07-10 11:41:49 +0800
  • 8ce4f1765e
    Update README.md Barry Yip 2025-07-09 11:04:24 +0800
  • 60052cc4af Update package metadata and add CLI shebang Barry Yip 2025-07-08 21:13:03 +0800
  • c37e55d5f5 Fixing Tool Scan issues IAPP-BY 2025-06-10 15:01:06 +0800
  • 00dae9e426 Re-enable the discord_login tools IAPP-BY 2025-06-10 14:56:00 +0800
  • 9a1529dc05 Update smithery.yaml Barry Yip 2025-06-07 23:31:14 +0800
  • f2c5a97f41 Fix: smithery deployment Barry Yip 2025-06-07 23:29:47 +0800
  • 2bb68155f1 Update smithery.yaml Barry Yip 2025-06-07 23:27:00 +0800
  • a56ec56d00 Fix: fixing discord bot login issue Barry Yip 2025-06-07 23:23:47 +0800
  • 163e221120 Update smithery.yaml Barry Yip 2025-06-04 00:37:33 +0800
  • a85b5c20e1 Update smithery.yaml IAPP-BY 2025-06-03 15:12:26 +0800
  • 04b9e81ec7 Update smithery.yaml IAPP-BY 2025-06-03 15:03:18 +0800
  • eea277913c Update smithery.yaml IAPP-BY 2025-06-03 14:57:49 +0800
  • 02389fc9f0 Update smithery.yaml IAPP-BY 2025-06-03 14:26:13 +0800
  • 0460890c40 Update smithery.yaml IAPP-BY 2025-06-03 14:23:36 +0800
  • 33140c1a0a Update smithery.yaml IAPP-BY 2025-06-03 14:08:41 +0800
  • d7ff9b3bba Update smithery.yaml IAPP-BY 2025-06-03 14:02:42 +0800
  • 06285d895f Update Dockerfile IAPP-BY 2025-06-03 13:58:36 +0800
  • c877963fe1 Fix: Smithery deployment issue IAPP-BY 2025-06-03 13:57:47 +0800
  • 7e7896b13e Update Dockerfile IAPP-BY 2025-06-03 13:50:51 +0800
  • 899c78f08c Update Dockerfile IAPP-BY 2025-06-03 13:48:41 +0800
  • 2758ce00fb feat: remove discord_login tool and update dockerfile IAPP-BY 2025-06-03 13:43:38 +0800
  • 158b19cf58 feat: Add category related tools to http transport handler BarryY 2025-05-21 15:17:02 +0800
  • 5d1ddf6b87
    Merge pull request #6 from shaskola/main Barry Yip 2025-05-21 15:12:48 +0800
  • 6f80c47b89 feat: add Discord category management (create/edit/delete) Shaskola 2025-05-21 01:44:07 -0500
  • c827761ccb feat: add Discord category management (create, edit, delete) Shaskola 2025-05-21 01:21:58 -0500
  • baba05c01d fix: Fix client state not updated after login BarryY 2025-05-16 16:26:39 +0800
  • 2b4f2bc8e9 fix: Fix login error BarryY 2025-05-16 16:14:55 +0800
  • 9683996217 fix: correcting ping method response format BarryY 2025-05-16 15:53:35 +0800
  • e393d9bd98 fix: Fix discord bot login timeout issues BarryY 2025-05-16 12:42:21 +0800
  • 92116fd82b fix: Increase Discord client ready event timeout from 10s to 30s BarryY 2025-05-15 17:56:44 +0800
  • 826f17bd68 fix: Improve Discord login with proper ready event handling and timeout protection BarryY 2025-05-15 13:53:50 +0800
  • 8d884428e4 fix: Recreate Discord client instance when switching tokens to ensure clean state BarryY 2025-05-15 13:49:15 +0800
  • 8d1040ea73 feat: Add auto-reconnect logic for Discord client when session gets disconnected BarryY 2025-05-15 13:39:04 +0800
  • eb2f5a7da3 feat: Enhance Discord login handler with improved error handling and debug logging BarryY 2025-05-15 13:29:41 +0800
  • 48f0cb1739 fix: Fix Discord client initialization in HTTP transport BarryY 2025-05-15 13:18:08 +0800
  • 944af5def9 fix: Fix Discord client login state handling and improve error reporting BarryY 2025-05-15 12:59:38 +0800
  • 73eee8a5cf fix: Fix MCP protocol compatibility by adding ping and tools/call method handlers BarryY 2025-05-15 12:47:21 +0800
  • 982be7ae06 Update README.md Barry Yip 2025-05-15 02:17:56 +0800
  • e008e87d6b refactor: Remove unused random_string parameter from DiscordLoginSchema Barry Yip 2025-05-15 02:10:10 +0800
  • 3c902e350b fix: Add support for tools/list method to resolve MCP scanning issue Barry Yip 2025-05-15 01:53:29 +0800
  • c1a0164d78 fix: Fixed MCP protocol lifecycle support Barry Yip 2025-05-15 01:50:20 +0800
  • 0f0b957d54 fix: Configure HTTP server to listen on 0.0.0.0:8080 Barry Yip 2025-05-15 01:41:58 +0800
  • 7da435c107 Change default port to 8080 Barry Yip 2025-05-15 01:38:36 +0800
  • 7b500bffa8 Update Dockerfile Barry Yip 2025-05-15 01:35:12 +0800
  • d18642f0eb feat: Enable runtime Discord Bot Token switching Barry Yip 2025-05-15 01:31:34 +0800
  • c2096ae746 Update index.ts Barry Yip 2025-05-15 01:20:37 +0800
  • a3e9af1a65 Update index.ts Barry Yip 2025-05-15 01:08:35 +0800
  • e5fa49080f Update smithery.yaml Barry Yip 2025-05-15 00:56:36 +0800
  • dfd8e6a724 feat: Add channel details to getServerInfoHandler response Barry Yip 2025-05-14 21:27:13 +0800
  • 91030ce575 feat: add unified Discord error handler with clear guidance for unauthorized server access Barry Yip 2025-05-14 00:01:59 +0800
  • 7a872977a3 Update README.md Barry Yip 2025-05-13 23:52:12 +0800
  • e8dea14908 Update README.md Barry Yip 2025-05-13 23:49:59 +0800
  • 062d39c361
    Update README.md Barry Yip 2025-05-11 16:38:14 +0800