discourse-mcp/CHANGELOG.md
Rafael Silva 97f61035fc chore(release): bump version to 0.1.8
Update version and changelog with User API Key features and bug fixes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 14:29:24 -03:00

1.7 KiB

Changelog

0.1.8 (2025-10-20)

Features

  • add User API Key support and generator
  • implement User-Api-Key and User-Api-Client-Id headers for non-admin authentication
  • add generate-user-api-key command with RSA keypair generation and interactive setup
  • add enhanced HTTP error logging with detailed diagnostics for troubleshooting

Bug Fixes

  • enable logger output to stderr (uncommented process.stderr.write())
  • support kebab-case CLI arguments in mergeConfig (--allow-writes, --read-only, etc.)
  • ensure CLI flags override profile settings regardless of case style (kebab-case or snake_case)

0.1.7 (2025-10-17)

Features

  • add optional HTTP transport support via --transport flag
  • implement Streamable HTTP transport (stateless mode) as alternative to stdio
  • add --port flag for configuring HTTP server port (default: 3000)
  • include health check endpoint at /health for HTTP mode

0.1.6 (2025-10-16)

Bug Fixes

  • fix broken 0.1.5 release

0.1.5 (2025-10-16)

Bug Fixes

  • correct filter_topics pagination to be 0-based (2f0eb17)

0.1.4 (2025-09-02)

0.1.3 (2025-08-20)

0.1.2 (2025-08-20)

0.1.1 (2025-08-20)