Skip to content

Releases: flashcatcloud/flashduty-mcp-server

FlashDuty MCP Server 0.8.0

26 Jan 08:57

Choose a tag to compare

improve logging and HTTP server configuration

- Add custom ordered text handler to ensure consistent field ordering (time, level, trace_id)
- Remove redundant HTTP request logging (handled by MCP hooks)
- Support local timezone in logs with TZ environment variable fallback
- Add TOON output format support for HTTP server mode
- Extract logging code to separate log.go file for better organization
- Update documentation for TZ environment variable

Full Changelog: v0.7.0...v0.8.0

FlashDuty MCP Server 0.7.0

23 Jan 03:29

Choose a tag to compare

feat: migrate to slog, add tracing, log masking and E2E workflow

- Migrate logging from logrus to slog for structured logs.
- Add W3C Trace Context support and propagation.
- Implement sensitive data masking and log body truncation.
- Enrich channel information with team and creator names.
- Add E2E testing framework and GitHub workflow.
- Update README with new security and logging features.

Full Changelog: v0.6.0...v0.7.0

FlashDuty MCP Server 0.6.0

22 Jan 04:18

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot[bot] in #27
  • build(deps): bump golang.org/x/sync from 0.15.0 to 0.19.0 by @dependabot[bot] in #29
  • build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #28

New Contributors

Full Changelog: v0.5.0...v0.6.0

FlashDuty MCP Server 0.5.0

19 Jan 02:23

Choose a tag to compare

Add /mcp endpoint path alongside /flashduty for Streamable HTTP compatibility.

Full Changelog: v0.4.0...v0.5.0

FlashDuty MCP Server 0.4.0

16 Jan 11:11
29cf2a4

Choose a tag to compare

What's Changed

  • feat: v2 rewrite - streamline tools and add enriched data support by @ysyneu in #26

New Contributors

Full Changelog: v0.3.0...v0.4.0

FlashDuty MCP Server 0.3.0

03 Jul 17:02

Choose a tag to compare

Changelog

  • 85e1bd1 feat: Harden HTTP server security settings