# Changelog of Discord MCP Server: message history and search (`mrbridge/discord-mcp-server`) Actor

- **URL**: https://apify.com/mrbridge/discord-mcp-server/changelog.md
- **Full Actor documentation**: https://apify.com/mrbridge/discord-mcp-server.md

## Changelog

### v0.1.1 (2026-08-11)

#### Added

- Added a dataset schema with two views: **Tool catalogue** (every tool with its Discord REST source and price) and **Message results** (the shape of a Discord message returned by the message and search tools).
- A normal run, outside Standby mode, now writes the tool catalogue to the dataset instead of idling until timeout.

#### Changed

- Tool prices shown in the catalogue are derived from the Pay-per-Event configuration, so they cannot drift from what a call actually costs.

### v0.1.0 (2026-07-10)

#### Added

- Initial read-only Discord MCP server for Apify Standby.
- Added 6 MCP tools: `list_guilds`, `list_channels`, `get_messages`, `get_message_context`, `search_messages`, and `list_active_threads`.
- Added Pay-per-Event source file aligned with MrBridge MCP events: `tool-read` and `tool-analysis`.
- Added local fixtures and Vitest coverage for message formatting, forum handling, search billing, snowflakes, error mapping, and PPE charge caps.
