Skip to content

Releases: kkjdaniel/bgg-mcp

v1.6.1

13 Feb 02:29

Choose a tag to compare

Features

  • Universal Docker Image

v1.6.0

13 Feb 02:05

Choose a tag to compare

Features:

  • Remove Smithery (deprecated server hosting), favouring MCP Registry

v1.5.2

13 Feb 01:47

Choose a tag to compare

Features:

  • Added stricter MCP schema validation
  • Updated tool prompts
  • Enforce essential info to be returned only from details tool

v1.5.1

04 Nov 10:45

Choose a tag to compare

Features:

  • Added MCP resources for BGG hotness and collections

v1.5.0

04 Nov 03:07

Choose a tag to compare

Features:

  • Adds support for API key and cookie authentication
  • Smithery config support
  • GoGeek 2.0 library

v1.4.0

16 Sep 01:50

Choose a tag to compare

Features:

  • Added BGG rules tool
  • Added BGG thread details tool
  • Improved name searching

v1.3.0

12 Sep 17:26

Choose a tag to compare

Features:

  • Support for Streamable HTTP
  • HTTP Registry Support

v1.2.0

10 Sep 00:40

Choose a tag to compare

Features:

  • Added HTTP/SSE transport mode alongside STDIO
  • Supports deployment via Smithery with automatic HTTPS
  • Backward compatible for STDIO locally

v1.1.0

30 Jul 15:47

Choose a tag to compare

Fixes:

  • Fix base game filtering (expansions are also awkwardly subtypes of boardgame so for base games only, we must also now exclude basegameexpansions)
  • Get details can now accept an array of IDs to save on multiple tool calls
  • Minor code cleanup