Skip to content

Releases: tuannvm/kafka-mcp-server

kafka-mcp-server v2.0.1

31 Oct 05:20
ea7cd96

Choose a tag to compare

Changelog

  • ef489da build(deps): Bump github.com/mark3labs/mcp-go from 0.41.1 to 0.42.0 (#51)
  • ded5de0 build(deps): Bump github.com/twmb/franz-go from 1.20.0 to 1.20.2 (#50)
  • 76b6ce7 build(go.mod): update Go version to 1.24.9
  • ea7cd96 ci(.github/workflows): Update GO_VERSION to 1.24.9 in workflows
  • 0ecc2ec fix: add missing items schema to array parameters in consume_messages and describe_configs tools (#52)

kafka-mcp-server v2.0.0

25 Oct 03:10
8408d6a

Choose a tag to compare

Changelog

  • 8408d6a Feat/oauth support (#48)

  • New Features

    • HTTP transport for MCP clients with OAuth 2.1 support (native and proxy modes)
    • HTTP port, OIDC, and JWT configuration options for secure authentication

kafka-mcp-server v1.1.2

22 Oct 20:30
abd6ee1

Choose a tag to compare

Changelog

  • 6e95d8e build(deps): Bump github.com/mark3labs/mcp-go from 0.38.0 to 0.41.1 (#42)
  • 82d9a88 build(deps): Bump github.com/testcontainers/testcontainers-go/modules/kafka (#37)
  • 9d05c10 build(deps): Bump github.com/twmb/franz-go from 1.19.5 to 1.20.0 (#46)
  • 34edb44 build(deps): Bump golang from 1.24-alpine to 1.25-alpine (#33)
  • 47aeaab build(deps): Bump the github-actions group across 1 directory with 3 updates (#39)
  • 2811429 build(deps): Bump the github-actions group across 1 directory with 3 updates (#44)
  • abd6ee1 chore: Migrate config, kafka, and mcp packages to internal directory (#47)

kafka-mcp-server v1.1.1

26 Aug 19:13
78fd9ad

Choose a tag to compare

Changelog

  • 78fd9ad build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#31)
  • 4fe19e5 build(deps): Bump the github-actions group across 1 directory with 3 updates (#32)

kafka-mcp-server v1.1.0

23 Aug 21:30
51f9077

Choose a tag to compare

Changelog

  • 9ec55d1 build(deps): Bump github.com/testcontainers/testcontainers-go/modules/kafka (#24)
  • 40b5d29 build(deps): Bump the github-actions group with 2 updates (#23)
  • a04a83b chore(docs): Add CLAUDE.md with developer and configuration guidance
  • 51f9077 refactor(tools): Improve consumer lag and message consumption (#30)

kafka-mcp-server v1.0.5

18 Jul 01:28
89f86f9

Choose a tag to compare

Changelog

  • c5a67d2 Claude PR Assistant workflow
  • 3ffd95d Merge pull request #21 from tuannvm/add-claude-github-actions-1752570843134
  • 89f86f9 build(deps): Bump github.com/twmb/franz-go from 1.18.1 to 1.19.5 (#18)
  • 3572378 build(deps): Bump the github-actions group across 1 directory with 3 updates (#17)
  • 9f5b20f ci(workflows): restrict Claude triggers to 'tuannvm' comments only

kafka-mcp-server v1.0.4

19 Jun 05:27
d7bcd81

Choose a tag to compare

Changelog

  • d7bcd81 refactor(workflow): update release workflow to simplify tagging process

kafka-mcp-server v1.0.3

03 May 06:28

Choose a tag to compare

1.0.3 (2025-05-03)

What's Changed

  • Update Dependencies for Stability and Compatibility by @tuannvm in #8

Full Changelog: v1.0.2...v1.0.3

kafka-mcp-server v1.0.2

25 Apr 02:30

Choose a tag to compare

kafka-mcp-server v1.0.0

20 Apr 06:32
9e8178e

Choose a tag to compare

1.0.0 (2025-04-20)

Features

  • enhance CI workflow and add Docker support (5dee284)
  • init: setup initial project with Go server and Kafka integration (75a6dfc)
  • kafka: add KafkaClient interface and utilities for MCP server (d1c5e5b)
  • kafka: add ListBrokers method for broker retrieval (55c5c0c)
  • makefile: add test-no-kafka target (8efd98c)
  • server: add RegisterPrompts to server initialization (ab8a9c8)
  • server: implement Kafka MCP server with CLI and tools integration (6bc3d34)