Skip to content

Release 0.0.5#17

Merged
NonoxyS merged 4 commits intomainfrom
release/0.0.5
Apr 5, 2026
Merged

Release 0.0.5#17
NonoxyS merged 4 commits intomainfrom
release/0.0.5

Conversation

@NonoxyS
Copy link
Copy Markdown
Owner

@NonoxyS NonoxyS commented Apr 5, 2026

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

NonoxyS and others added 2 commits April 6, 2026 01:36
* Upgrade to IntelliJ Platform 2025.2 and add MCP integration

- Target platform bumped to 2025.2 (sinceBuild=252); com.intellij.mcpServer
  is now a bundled plugin, so no longer pulled from Marketplace
- Add KmpMcpToolset with kmp_list_templates and kmp_generate_module tools;
  errors propagated via McpExpectedError, results returned as @serializable DTOs
- Register MCP toolset as optional plugin dependency (kmp-mcp-tools.xml)
- Upgrade intelliJPlatform Gradle plugin to 2.13.1, Kotlin to 2.3.20

* Update plugin icon and remove dark icon variant

* Add test suite for services and MCP tools

Unit tests (plain JUnit 4, no IDE):
- ModuleConfigurationValidationTest — validate() rules and custom validators
- ModuleTemplateResolveTest — ${} and {{}} variable resolution in paths/content

Platform tests (BasePlatformTestCase, headless IDE):
- FtlTemplateServicePlatformTest — FreeMarker rendering, template loading/parsing
- TemplateServiceTest — template discovery, getTemplate, createConfiguration
- ModuleGeneratorServiceTest — file generation on disk, preview
- KmpMcpToolsetTest — listTemplates returns DTOs, generateModule success/errors
  as McpExpectedError

* Bump versions and fix MCP compatability problems
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.2
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@NonoxyS NonoxyS merged commit 2afd4b5 into main Apr 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant