-
Notifications
You must be signed in to change notification settings - Fork 209
hawkBit MCP server #2871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
hawkBit MCP server #2871
Conversation
denislavprinov
commented
Jan 15, 2026
- Introduces a new Model Context Protocol (MCP) server module (hawkbit-mcp) that enables AI assistants to interact with hawkBit
- Provides MCP tools for managing all hawkBit entities: Targets, Distribution Sets, Software Modules, Rollouts, Actions, and Target Filters
- Includes MCP resources for hawkBit documentation
- Exposes predefined prompts
- Supports credential pass-through authentication to hawkBit REST API
Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
dc059b7 to
b0d48e0
Compare
|
| springdoc.paths-to-exclude=/system/** | ||
| springdoc.swagger-ui.enabled=true | ||
| springdoc.swagger-ui.csrf.enabled=true | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove new line
| @@ -0,0 +1,25 @@ | |||
| # | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couldn't use directly https://github.com/eclipse-hawkbit/hawkbit/tree/master/docker docker files? it is prepared for spring hawkbit apps - is there something that prevents that?
If dedicated Docker file is needed - at least create it there, make it comatible (i.e. same eclipse-temurin image if possible)
| @@ -0,0 +1,32 @@ | |||
| /** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contribute it with 2026 (added as license header in muster)
| */ | ||
| @Slf4j | ||
| @Component | ||
| public class HawkBitAuthenticationValidator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In most case in the hawkbit the java filenames are Hawkbit - not HawkBit


