# 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))


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tuannvm.com/kafka-mcp-server/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
