Releases: tuannvm/kafka-mcp-server
Releases · tuannvm/kafka-mcp-server
kafka-mcp-server v2.0.1
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
kafka-mcp-server v1.1.2
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
kafka-mcp-server v1.1.0
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
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
Changelog
- d7bcd81 refactor(workflow): update release workflow to simplify tagging process
kafka-mcp-server v1.0.3
kafka-mcp-server v1.0.2
1.0.2 (2025-04-25)
kafka-mcp-server v1.0.0
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)