[mcp] Initial MCP server module for HawkBit#2875
[mcp] Initial MCP server module for HawkBit#2875Romulohenriquesc wants to merge 3 commits intoeclipse-hawkbit:masterfrom
Conversation
Signed-off-by: Romulohenriquesc <romulohsc7@gmail.com>
|
|
Hi @Romulohenriquesc, thanks for the contribution! 🙌 We actually have an ongoing effort for an MCP server in PR #2871 that we've been working on. It would be great if you could take a look at what we've built there.
We're also still actively working on it and plan to expand the MCP server further with additional features. Since both PRs are tackling the same feature, it would make sense to consolidate efforts. Feel free to review #2871 and share any feedback or ideas you might have — we'd love to hear your thoughts! |
|
@denislavprinov I will contribute what I can. Thank you. |



This PR is an initial implementation related to the proposal discussed in #2859.
Summary
This PR introduces an initial implementation of a Model Context Protocol (MCP) server module for Eclipse HawkBit.
The module enables LLM-based agents to interact with HawkBit management APIs through MCP tools, focusing on read-only and query operations in this initial scope.
Scope of this PR
hawkbit-mcp-serverOut of scope
Notes
This is an initial, minimal scope contribution intended to validate the MCP integration approach and gather feedback from maintainers before expanding functionality.