# CHANGELOG

### [1.0.3](https://github.com/tuannvm/kafka-mcp-server/compare/v1.0.2...v1.0.3) (2025-05-03)

### [1.0.2](https://github.com/tuannvm/kafka-mcp-server/compare/v1.0.1...v1.0.2) (2025-04-25)

## 1.0.0 (2025-04-20)

#### Features

* enhance CI workflow and add Docker support ([5dee284](https://github.com/tuannvm/kafka-mcp-server/commit/5dee284d3f9f7de450d8413d86bd6cb690b06127))
* **init:** setup initial project with Go server and Kafka integration ([75a6dfc](https://github.com/tuannvm/kafka-mcp-server/commit/75a6dfc06a4bb04b17549fb4f735a33d5753cfcc))
* **kafka:** add KafkaClient interface and utilities for MCP server ([d1c5e5b](https://github.com/tuannvm/kafka-mcp-server/commit/d1c5e5b9ff580acab0b1565eabf6692e8946c455))
* **kafka:** add ListBrokers method for broker retrieval ([55c5c0c](https://github.com/tuannvm/kafka-mcp-server/commit/55c5c0c49d47275313fdb406ab3cbea4b753f531))
* **makefile:** add test-no-kafka target ([8efd98c](https://github.com/tuannvm/kafka-mcp-server/commit/8efd98ce745e130e2a7bdf0c858f574fc3dbc4d8))
* **server:** add RegisterPrompts to server initialization ([ab8a9c8](https://github.com/tuannvm/kafka-mcp-server/commit/ab8a9c8b905be8c21e649d2221ff9b61dfe55df7))
* **server:** implement Kafka MCP server with CLI and tools integration ([6bc3d34](https://github.com/tuannvm/kafka-mcp-server/commit/6bc3d34bc384d7f422fd4235e45db072bab8877d))
