Merged
Conversation
Contributor
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
dc059b7 to
b0d48e0
Compare
avgustinmm
reviewed
Jan 16, 2026
hawkbit-monolith/hawkbit-update-server/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/HawkbitMcpServerApplication.java
Show resolved
Hide resolved
...-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/client/HawkBitAuthenticationValidator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
f1f3e2d to
1607ecf
Compare
…er build Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
1607ecf to
5946a09
Compare
...-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/client/HawkbitAuthenticationValidator.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/HawkbitClientConfiguration.java
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/HawkbitMcpProperties.java
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/dto/ManageActionRequest.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/dto/ManageDistributionSetRequest.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/dto/ManageRolloutRequest.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/dto/ManageSoftwareModuleRequest.java
Outdated
Show resolved
Hide resolved
… authentication validator conditional, and separate HTTP/STDIO client configurations Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/McpSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/tools/HawkbitMcpToolProvider.java
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/tools/HawkbitMcpToolProvider.java
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/dto/ActionRequest.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/McpHttpClientConfiguration.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/HawkbitMcpProperties.java
Outdated
Show resolved
Hide resolved
...bit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/McpStdioClientConfiguration.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/HawkbitClientConfiguration.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/McpValidationConfiguration.java
Outdated
Show resolved
Hide resolved
hawkbit-mcp/src/main/java/org/eclipse/hawkbit/mcp/server/config/McpSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Denislav Prinov <denislav.prinov@bosch.com>
|
strailov
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


