MCP server#257
Open
Dmitrii Krasnov (dkrasnoff) wants to merge 12 commits into
Open
Conversation
8284f7c to
c9a58c3
Compare
22a9fdd to
4f502c8
Compare
Nikita Vlaev (nikitavlaevjb)
requested changes
May 4, 2026
| private val logger: Logger = LoggerFactory.getLogger(McpPackageTool::class.java) | ||
|
|
||
| @Tool( | ||
| description = """Searches for Kotlin Multiplatform projects by keywords, platforms/targets, and kotlin version. |
Collaborator
There was a problem hiding this comment.
TODO (Nikita) Test it
Collaborator
There was a problem hiding this comment.
not yet
d6945e3 to
a89e886
Compare
Added two functions: - searching projects - getting latest and latest stable versions for given package Also, added mapstruct mapper for coveting DTOs between different application layers.
Added logging
It led to update of swagger and kohsuke libraries and small fixes after update.
…and usage instructions.
…and materialized views, update database schema and relevant services/tests
2fe9bb6 to
efd1937
Compare
…t and stub async method in tests Tried to fix deadlock in `should start generating unique descriptions asynchronously and return success message immediately`
…escription, add maxPackagesPerProject param (default 10) and totalPackages count.
…MCP searchProjects packages by it.
…he Claude Agent SDK
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.
Added two functions:
- searching projects
- getting the latest and the latest stable versions for given package
Also, added mapstruct mapper for coveting DTOs between different application layers.